fixed error messages, added default header
This commit is contained in:
parent
8b2cd651db
commit
e1d44b7996
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
||||||
rm -f messages.po
|
cp messages.header messages.po
|
||||||
touch messages.po
|
find ../ -name *.php -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;
|
||||||
find ../ -name *.php -exec xgettext --keyword=_ -L PHP -j -s {} \;
|
find ../ -name *.inc -exec xgettext --keyword=_ -L PHP -j --omit-header -s {} \;
|
||||||
find ../ -name *.inc -exec xgettext --keyword=_ -L PHP -j -s {} \;
|
|
||||||
|
|
Loading…
Reference in New Issue