From a5ad81ed0bcc28ed17573cfca9f73261a81df2b5 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 24 Apr 2020 12:26:16 +0200 Subject: [PATCH] bin/update: Let xgettext sort messages by file location Produces smaller diffs but keeps message contexts still intact --- bin/update | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/update b/bin/update index 274b33e2..bb836251 100755 --- a/bin/update +++ b/bin/update @@ -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) \