[tor-commits] [torbutton/master] Bug 30069: Use slider and about:tor localizations

gk at torproject.org gk at torproject.org
Fri May 10 21:18:24 UTC 2019


commit 8877c1ecb16aec821dea8aa2282c845452cef24f
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Apr 26 20:50:09 2019 +0000

    Bug 30069: Use slider and about:tor localizations
    
    The wildcard symbols don't get resolved during build. We therefore spell
    out the locales we support.
---
 src/jar.mn | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 60 insertions(+), 2 deletions(-)

diff --git a/src/jar.mn b/src/jar.mn
index 89c0386d..68fdb9ec 100644
--- a/src/jar.mn
+++ b/src/jar.mn
@@ -32,8 +32,66 @@ torbutton.jar:
 # Strings for the about:tbupdate page
 % override chrome://browser/locale/aboutTBUpdate.dtd chrome://torbutton/locale/aboutTBUpdate.dtd
 
-% locale torbutton @AB_CD@ %locale/@AB_CD@/
- locale/@AB_CD@/ (chrome/locale/@AB_CD@/*)
+% locale torbutton en-US %locale/en-US/
+ locale/en-US/ (chrome/locale/en-US/*)
+% locale torbutton ar %locale/ar/
+ locale/ar/ (chrome/locale/ar/*)
+% locale torbutton ca %locale/ca/
+ locale/ca/ (chrome/locale/ca/*)
+% locale torbutton cs %locale/cs/
+ locale/cs/ (chrome/locale/cs/*)
+% locale torbutton da %locale/da/
+ locale/da/ (chrome/locale/da/*)
+% locale torbutton de %locale/de/
+ locale/de/ (chrome/locale/de/*)
+% locale torbutton el %locale/el/
+ locale/el/ (chrome/locale/el/*)
+% locale torbutton es-AR %locale/es-AR/
+ locale/es-AR/ (chrome/locale/es-AR/*)
+% locale torbutton es-ES %locale/es-ES/
+ locale/es-ES/ (chrome/locale/es-ES/*)
+% locale torbutton fa %locale/fa/
+ locale/fa/ (chrome/locale/fa/*)
+% locale torbutton fr %locale/fr/
+ locale/fr/ (chrome/locale/fr/*)
+% locale torbutton ga-IE %locale/ga-IE/
+ locale/ga-IE/ (chrome/locale/ga-IE/*)
+% locale torbutton he %locale/he/
+ locale/he/ (chrome/locale/he/*)
+% locale torbutton hu %locale/hu/
+ locale/hu/ (chrome/locale/hu/*)
+% locale torbutton id %locale/id/
+ locale/id/ (chrome/locale/id/*)
+% locale torbutton is %locale/is/
+ locale/is/ (chrome/locale/is/*)
+% locale torbutton it %locale/it/
+ locale/it/ (chrome/locale/it/*)
+% locale torbutton ja %locale/ja/
+ locale/ja/ (chrome/locale/ja/*)
+% locale torbutton ka %locale/ka/
+ locale/ka/ (chrome/locale/ka/*)
+% locale torbutton ko %locale/ko/
+ locale/ko/ (chrome/locale/ko/*)
+% locale torbutton nb-NO %locale/nb-NO/
+ locale/nb-NO/ (chrome/locale/nb-NO/*)
+% locale torbutton nl %locale/nl/
+ locale/nl/ (chrome/locale/nl/*)
+% locale torbutton pl %locale/pl/
+ locale/pl/ (chrome/locale/pl/*)
+% locale torbutton pt-BR %locale/pt-BR/
+ locale/pt-BR/ (chrome/locale/pt-BR/*)
+% locale torbutton ru %locale/ru/
+ locale/ru/ (chrome/locale/ru/*)
+% locale torbutton sv-SE %locale/sv-SE/
+ locale/sv-SE/ (chrome/locale/sv-SE/*)
+% locale torbutton tr %locale/tr/
+ locale/tr/ (chrome/locale/tr/*)
+% locale torbutton vi %locale/vi/
+ locale/vi/ (chrome/locale/vi/*)
+% locale torbutton zh-CN %locale/zh-CN/
+ locale/zh-CN/ (chrome/locale/zh-CN/*)
+% locale torbutton zh-TW %locale/zh-TW/
+ locale/zh-TW/ (chrome/locale/zh-TW/*)
 
 % skin torbutton classic/1.0 %skin/
 % style chrome://global/content/customizeToolbar.xul chrome://torbutton/skin/torbutton.css



More information about the tor-commits mailing list