mobile: add some translations

This commit is contained in:
Andrew Dolgov
2008-12-16 07:43:49 +01:00
parent 1b74062fc5
commit e0142e27ec
5 changed files with 37 additions and 34 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
TEMPLATE=messages.pot
xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php help/*.php
xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php help/*.php mobile/*.php
update_lang() {
if [ -f $1.po ]; then