pamac-classic/update_po_files.sh

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