From 1d004f12ed2d94849fcc088d0571cbc3626adbb2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Sep 2008 04:56:59 +0100 Subject: add ja_JP translation --- update-translations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-translations.sh') diff --git a/update-translations.sh b/update-translations.sh index 72a822d48..6b3ecdea1 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 +xgettext -kT_js_decl -kT_sprintf -kT_ngettext:1,2 -k__ -L PHP -o $TEMPLATE *.php modules/*.php help/*.php update_lang() { if [ -f $1.po ]; then -- cgit v1.2.3