From d6849c5b88259f472b55b3998087b5a0b75cf17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Tue, 13 Apr 2010 19:59:38 +0000 Subject: [PATCH] scripts/update-po: Do not wrap lines and sort by file I hope this helps reducing the sizes of transifex commits. --- scripts/update-po.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-po.sh b/scripts/update-po.sh index be269126..2dffdd3c 100755 --- a/scripts/update-po.sh +++ b/scripts/update-po.sh @@ -8,6 +8,6 @@ echo "$OPTPARSE_PY" >> exclude python scripts/pygettext.py -D -X exclude -o po/pisi.pot pisi pisi-cli $OPTPARSE_PY for lang in po/*.po do - msgmerge -U $lang po/pisi.pot + msgmerge --update --no-wrap --sort-by-file $lang po/pisi.pot done rm exclude