summaryrefslogtreecommitdiff
path: root/update-translations.sh
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-12-16 07:43:49 +0100
committerAndrew Dolgov <[email protected]>2008-12-16 07:43:49 +0100
commite0142e27ec9d24fca008cf2c7a8a307d90e166e5 (patch)
tree5cdc6ca472f1c4db279cd5af3e0418cae4d4c5d0 /update-translations.sh
parent1b74062fc554dcd51a680e30c5f9fbd4b4332225 (diff)
mobile: add some translations
Diffstat (limited to 'update-translations.sh')
-rw-r--r--update-translations.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-translations.sh b/update-translations.sh
index 6b3ecdea1..561e2868e 100644
--- a/update-translations.sh
+++ b/update-translations.sh
@@ -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