summaryrefslogtreecommitdiff
path: root/update-translations.sh
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-05 13:50:46 +0100
committerAndrew Dolgov <[email protected]>2007-03-05 13:50:46 +0100
commit4dccf1ed93948f6e75750c31ba6bb0abf053e52b (patch)
treefb071c51f25d2551e67b144405722fba655bf734 /update-translations.sh
parent8497d2b976c320604929efd8055155380ebe3814 (diff)
more i18n work
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 09e09037d..e56cb304b 100644
--- a/update-translations.sh
+++ b/update-translations.sh
@@ -1,7 +1,7 @@
#!/bin/sh
TEMPLATE=messages.pot
-xgettext -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php
+xgettext -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php
update_lang() {
if [ -f $1.po ]; then