[tor-commits] [torbutton/master] Bug #10140: Move Japanese to extra locales.

mikeperry at torproject.org mikeperry at torproject.org
Sat Jan 25 04:09:15 UTC 2014


commit f19b1fcb8e9b2621aba4fc2693f7b406d20fe855
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Fri Jan 24 20:08:13 2014 -0800

    Bug #10140: Move Japanese to extra locales.
---
 trans_tools/import-translations.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/trans_tools/import-translations.sh b/trans_tools/import-translations.sh
index d94ffa8..8d1fb98 100755
--- a/trans_tools/import-translations.sh
+++ b/trans_tools/import-translations.sh
@@ -2,14 +2,14 @@
 
 # This var comes from the TBB locale list.
 # XXX: Find some way to keep this, tor-launcher, and Tor Browser in sync
-BUNDLE_LOCALES="ar de es fa fr it ja ko nl pl pt ru vi zh-CN"
+BUNDLE_LOCALES="ar de es fa fr it ko nl pl pt ru vi zh-CN"
 
 # XXX: Basque (eu) by request in #10687.
 # This is not used for official builds, but should remain 
 # so Basque XPIs can be build independently. We can do
 # this for other languages too, if anyone requests this
 # and translations are available.
-BUNDLE_LOCALES="$BUNDLE_LOCALES eu"
+BUNDLE_LOCALES="$BUNDLE_LOCALES eu ja"
 
 if [ -d translation ];
 then



More information about the tor-commits mailing list