[tor-commits] [tor-launcher/master] Bugs 10867, 10900: Bug Add eu, sv, and ja to extra locales

mikeperry at torproject.org mikeperry at torproject.org
Fri Mar 7 22:59:14 UTC 2014


commit f9759b66e964c05188b9bd0adced5e06c005f09d
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Thu Feb 13 16:55:37 2014 +0000

    Bugs 10867,10900: Bug Add eu, sv, and ja to extra locales
    
    I swear I committed eu and ja before as bug #10687..
---
 localization/import-translations.sh |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/localization/import-translations.sh b/localization/import-translations.sh
index 3096168..8d30a7d 100755
--- a/localization/import-translations.sh
+++ b/localization/import-translations.sh
@@ -1,6 +1,13 @@
 #!/bin/sh
 
-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 ja sv"
 
 if [ -d translation ];
 then



More information about the tor-commits mailing list