chiro-canto/translate.sh

4 lines
157 B
Bash

# Generate php file list
find -name *.php > totranslate.txt
# Generate translation template
xgettext -f totranslate.txt -o public/lang/locale/chiro-canto.pot