summaryrefslogtreecommitdiff
path: root/update-translations.sh
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-06 07:54:47 +0100
committerAndrew Dolgov <[email protected]>2007-03-06 07:54:47 +0100
commitf3977cf5f461b5c7e5408ab200e62bcc1dc7272e (patch)
treeead63b9c97db714aba8951f335c95d12a1cf1d30 /update-translations.sh
parentac7bcd7135719c135ef5fe589f5bb23c30835dc6 (diff)
js: add initial i18n stuff
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 e56cb304b..72a822d48 100644
--- a/update-translations.sh
+++ b/update-translations.sh
@@ -1,7 +1,7 @@
#!/bin/sh
TEMPLATE=messages.pot
-xgettext -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php
+xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php
update_lang() {
if [ -f $1.po ]; then