This repository has been archived on 2025-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pamac-classic/po/update_po_files.sh
2017-10-27 18:10:19 -03:00

6 lines
146 B
Bash
Executable File

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