translates pandora_enterprise#13668
This commit is contained in:
parent
222f6b6f53
commit
414c95f9e9
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo Reading php files...
|
||||
find ../.. -type "f" | grep -v .svn | grep -v .bzr | grep .php > temp666
|
||||
find ../../../.. -type "f" | grep -v .svn | grep -v .bzr | grep .php > temp666
|
||||
|
||||
echo Creating template "index.pot"
|
||||
xgettext -f temp666 -L PHP -o index.pot --from-code=iso-8859-1 --keyword=__
|
||||
|
|
Loading…
Reference in New Issue