vorlif/xspreak

Sorting of flags

Opened this issue · 0 comments

Summary

Flags in .pot should be sorted to be more stable across revisions.

Steps to reproduce

When updating the .pot with xspreak the tag comment

#, go-format, go-template

sometimes changes to

#, go-template, go-format

and back. This causes unnecessary changes in the diff.

Expected behavior

Sort the tags so that it doesn't change.