pamac-classic/update_po_files.sh
2014-10-22 18:44:02 +02:00

6 lines
113 B
Bash
Executable File

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