mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
po: generate .pot file with strings in alphabetical order
The .po files are stored with strings in alphabetical order instead of source file location order, because this minimizes the diffs created when code moves around within or between files. By default msgmerge will honour the order of strings in the .pot file when creating a .po file, so it is useful if we also create the .pot file with desired ordering. Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
59e6bf203a
commit
737cadff77
@ -32,6 +32,7 @@ XGETTEXT_ARGS = \
|
||||
--package-name="$(PACKAGE_NAME)" \
|
||||
--package-version="$(PACKAGE_VERSION)" \
|
||||
--msgid-bugs-address="$(MSGID_BUGS_ADDRESS)" \
|
||||
--sort-output \
|
||||
$(NULL)
|
||||
|
||||
SED_PO_FIXUP_ARGS = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user