mirror of https://github.com/Icinga/L10n.git
bin/update: Let xgettext sort messages by file location
Produces smaller diffs but keeps message contexts still intact
This commit is contained in:
parent
ee9471fe8c
commit
a5ad81ed0b
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue