]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Update list of languages that Tor Browser is available in
authorMicah Lee <micah@micahflee.com>
Fri, 14 Sep 2018 22:04:55 +0000 (15:04 -0700)
committerMicah Lee <micah@micahflee.com>
Fri, 14 Sep 2018 22:04:55 +0000 (15:04 -0700)
torbrowser_launcher/common.py

index 0bfd65402c822682f3e44ea2f985b421683c67c5..3de422d35119218fdf9cea4c41942465126b4207 100644 (file)
@@ -72,7 +72,7 @@ class Common(object):
         self.architecture = 'x86_64' if '64' in platform.architecture()[0] else 'i686'
 
         # figure out the language
-        available_languages = ['en-US', 'ar', 'de', 'es-ES', 'fa', 'fr', 'it', 'ko', 'nl', 'pl', 'pt-PT', 'ru', 'vi', 'zh-CN']
+        available_languages = ['ar', 'ca', 'da', 'de', 'en-US', 'es-ES', 'fa', 'fr', 'ga-IE', 'he', 'id', 'is', 'it', 'ja', 'ko', 'nb-NO', 'nl', 'pl', 'pt-BR', 'ru', 'sv-SE', 'tr', 'vi', 'zh-CN', 'zh-TW']
         default_locale = locale.getlocale()[0]
         if default_locale is None:
             self.language = 'en-US'