scripts/update-po: Do not wrap lines and sort by file

I hope this helps reducing the sizes of transifex commits.
This commit is contained in:
Fatih Aşıcı
2010-04-13 19:59:38 +00:00
parent ae01e179cf
commit d6849c5b88
+1 -1
View File
@@ -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