update translations

This commit is contained in:
guinux
2014-11-22 11:53:14 +01:00
parent 8ca909659a
commit e8c13b45bb
59 changed files with 11693 additions and 13386 deletions

View File

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