pamac-classic/update_po_files.sh
2013-04-12 11:37:28 +02:00

6 lines
129 B
Bash
Executable File

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