pamac-classic/po/update_po_files.sh

6 lines
146 B
Bash
Raw Permalink 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
2017-10-27 18:10:19 -03:00
msgmerge --update --no-fuzzy-matching --add-location=file --backup=none ./$i.po pamac.pot
2014-10-22 13:44:02 -03:00
done