pamac-classic/po/update_po_files.sh

6 lines
156 B
Bash
Raw Normal View History

2014-10-22 13:44:02 -03:00
#! /bin/sh
2014-11-22 07:53:14 -03:00
for i in `ls ./ | sed s'|.po||'` ; do
msgmerge --update --no-fuzzy-matching --no-wrap --add-location=file --backup=none ./$i.po pamac.pot
2014-10-22 13:44:02 -03:00
done