4 lines
157 B
Bash
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
|