diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-25 04:56:59 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-09-25 04:56:59 +0100 |
| commit | 1d004f12ed2d94849fcc088d0571cbc3626adbb2 (patch) | |
| tree | 32dbadffb13c083c57140e7479f547ae63a5e8f7 /update-translations.sh | |
| parent | a47fa01794baf2d02dc916fbc32e88000bb76167 (diff) | |
add ja_JP translation
Diffstat (limited to 'update-translations.sh')
| -rw-r--r-- | update-translations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |