translates pandora_enterprise#13668

This commit is contained in:
daniel 2024-05-22 19:45:13 +02:00
parent 222f6b6f53
commit 414c95f9e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
echo Reading php files... 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" echo Creating template "index.pot"
xgettext -f temp666 -L PHP -o index.pot --from-code=iso-8859-1 --keyword=__ xgettext -f temp666 -L PHP -o index.pot --from-code=iso-8859-1 --keyword=__