catalpainternational / MakeMessagesPlus

Extend the django makemessages command to reduce the source control diffs it generates
The Unlicense
0 stars 1 forks source link

Sorted output in po files #2

Open PeteCoward opened 6 years ago

PeteCoward commented 6 years ago

When po files are not sorted it is harder for tools to generate simple diff displays.

Add the configurable ability to sort the output of the po files.

Note this might be possible by using specific xgettext parameters passed using the xgettext_options

PeteCoward commented 6 years ago

The reason we wanted this is to avoid big diffs between what happens when we use msgmerge to resolve conflicts in our po files. It seems more logical to change the ordering in that msgmerge command, we are investigating this possibility, so no action should be taken on this issue until we have more information.