fixed PO generation
This commit is contained in:
parent
26c8e7c337
commit
fe738d09ac
|
@ -7,5 +7,5 @@
|
||||||
# This script generates a messages.po file for translation from all .inc and .php files.
|
# This script generates a messages.po file for translation from all .inc and .php files.
|
||||||
|
|
||||||
cp messages.header messages.po
|
cp messages.header messages.po
|
||||||
find ../ -name *.php -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;
|
find -L ../ -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 *.inc -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;
|
||||||
|
|
Loading…
Reference in New Issue