[tbb-commits] [torbutton/maint-1.9.7] Bug 23997: Add link to Tor Browser manual for de, nl, tr, vi

gk at torproject.org gk at torproject.org
Mon Nov 6 19:00:11 UTC 2017


commit 40f35d5b280cf694d2a6cb3ade734511eed5593e
Author: Arthur Edelstein <arthuredelstein at gmail.com>
Date:   Thu Oct 26 22:04:43 2017 -0700

    Bug 23997: Add link to Tor Browser manual for de, nl, tr, vi
---
 src/chrome/content/torbutton.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index 9e18adb..4fa2fb9 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -2357,7 +2357,7 @@ function torbutton_update_noscript_button()
 
 // Returns true if we should show the tor browser manual.
 function torbutton_show_torbrowser_manual() {
-  let availableLocales = ["en", "es", "fr", "pt", "zh"];
+  let availableLocales = ["de", "en", "es", "fr", "nl", "pt", "tr", "vi", "zh"];
   let shortLocale = torbutton_get_general_useragent_locale().substring(0, 2);
   return availableLocales.indexOf(shortLocale) >= 0;
 }



More information about the tbb-commits mailing list