apostrophe/po/compile_translations.sh

3 lines
75 B
Bash

find . -name \*.po -execdir sh -c 'msgfmt "$0" -o uberwriter.mo' '{}' \;