[tbb-commits] [torbutton/master] Bug 23997: Add link to Tor Browser manual for de, nl, tr, vi
gk at torproject.org
gk at torproject.org
Mon Nov 6 18:57:23 UTC 2017
commit 87e57187a18290b7f7bc02eefde8d9ba369f18f7
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