morgan pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
d6c1620f by Morgan at 2025-03-11T16:43:13+00:00
Bug 43524: Enable new locales: be (Belarusian), bg (Bulgarian) and pt-PT 
(Portugal Portguese)

- - - - -


2 changed files:

- projects/browser/windows-installer/add-strings.py
- rbm.conf


Changes:

=====================================
projects/browser/windows-installer/add-strings.py
=====================================
@@ -27,6 +27,8 @@ args = parser.parse_args()
 # languages.nsh.
 languages = {
     "ar": "Arabic",
+    "be": "Belarusian",
+    "bg": "Bulgarian",
     "ca": "Catalan",
     "cs": "Czech",
     "da": "Danish",
@@ -54,6 +56,7 @@ languages = {
     "nl": "Dutch",
     "pl": "Polish",
     "pt-BR": "PortugueseBR",
+    "pt-PT": "Portuguese",
     "ro": "Romanian",
     "ru": "Russian",
     "sq": "Albanian",
@@ -64,10 +67,6 @@ languages = {
     "vi": "Vietnamese",
     "zh-CN": "SimpChinese",
     "zh-TW": "TradChinese",
-    # Nightly-only at the moment
-    "be": "Belarusian",
-    "bg": "Bulgarian",
-    "pt-PT": "Portuguese",
 }
 
 replacements = {


=====================================
rbm.conf
=====================================
@@ -133,6 +133,8 @@ var:
   # projects/browser/windows-installer/add-strings.py.
   locales:
     - ar
+    - be
+    - bg
     - ca
     - cs
     - da
@@ -159,6 +161,7 @@ var:
     - nl
     - pl
     - pt-BR
+    - pt-PT
     - ro
     - ru
     - sq
@@ -169,11 +172,10 @@ var:
     - vi
     - zh-CN
     - zh-TW
-    - '[% IF c("var/nightly") %]be[% END %]'
-    - '[% IF c("var/nightly") %]bg[% END %]'
-    - '[% IF c("var/nightly") %]pt-PT[% END %]'
   locales_mobile:
     - ar
+    - be
+    - bg
     - ca
     - cs
     - da
@@ -200,6 +202,7 @@ var:
     - nl
     - pl
     - pt-rBR
+    - pt-rPT
     - ro
     - ru
     - sq



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/d6c1620f9545453c185ee2e842e8d98e1ad82db4

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/d6c1620f9545453c185ee2e842e8d98e1ad82db4
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to