pamac-classic/po/update_po_files.sh
2015-08-20 18:54:28 +02:00

6 lines
156 B
Bash
Executable File

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