bin/update: Let xgettext sort messages by file location

Produces smaller diffs but keeps message contexts still
intact
This commit is contained in:
Johannes Meyer 2020-04-24 12:26:16 +02:00
parent ee9471fe8c
commit a5ad81ed0b
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ xgettext --language=PHP \
--from-code=utf-8 \
--files-from=catalog.txt \
--width=120 \
--sort-by-file \
--foreign-user \
--package-name=ipl-L10n \
--package-version=$(git describe --always) \