summaryrefslogtreecommitdiff
path: root/tools/updatepo.sh
diff options
context:
space:
mode:
authorfat115 <fat115@framasoft.org>2017-07-31 16:54:03 +0200
committersofar <sofar+github@foo-projects.org>2017-09-30 11:43:39 -0700
commitda15cefcde24bd6fbea26a0414a7abe10b118258 (patch)
tree4bfde280ad46132ea597f48f670c143e2480bca5 /tools/updatepo.sh
parentaab3acddd1b66881b2e3dc333d8e5c388f9d96a8 (diff)
sorted po/pot files
added corresponding option --sort-by-file in updatepo.sh
Diffstat (limited to 'tools/updatepo.sh')
-rwxr-xr-xtools/updatepo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/updatepo.sh b/tools/updatepo.sh
index 74332e0..b1bac47 100755
--- a/tools/updatepo.sh
+++ b/tools/updatepo.sh
@@ -10,6 +10,7 @@ xgettext --from-code=UTF-8 \
--keyword=S \
--keyword=NS:1,2 \
--keyword=N_ \
+ --sort-by-file \
--add-comments='Translators:' \
--add-location=file \
-o locale/template.pot \