fixed PO generation

This commit is contained in:
Roland Gruber 2013-05-21 16:30:49 +00:00
parent 26c8e7c337
commit fe738d09ac
1 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@
# This script generates a messages.po file for translation from all .inc and .php files.
cp messages.header messages.po
find ../ -name *.php -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;
find ../ -name *.inc -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;
find -L ../ -name *.php -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;
find -L ../ -name *.inc -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;