add missing translations of optional_for

This commit is contained in:
guinux
2015-08-20 18:54:28 +02:00
parent c5466d679c
commit cad52d23e1
3 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#! /bin/sh
for i in `ls ./ | sed s'|.po||'` ; do
msgmerge --update --no-fuzzy-matching --add-location=file --backup=none ./$i.po pamac.pot
msgmerge --update --no-fuzzy-matching --no-wrap --add-location=file --backup=none ./$i.po pamac.pot
done