Pier Angelo Vendrame pushed to branch tor-browser-128.9.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits: bdccad6f by Pier Angelo Vendrame at 2025-04-15T15:27:56+02:00 fixup! [android] Implement Android-native Connection Assist UI
TB 43633: Include regionNames.ftl in Android builds.
- - - - -
4 changed files:
- mobile/android/locales/filter.py - mobile/android/locales/jar.mn - mobile/android/locales/l10n.toml - mobile/locales/filter.py
Changes:
===================================== mobile/android/locales/filter.py ===================================== @@ -21,6 +21,7 @@ def test(mod, path, entity=None): "chrome/global/commonDialogs.properties", "chrome/global/intl.properties", "chrome/global/intl.css", + "toolkit/intl/regionNames.ftl", ): return "error" if re.match(r"crashreporter/[^/]*.ftl", path):
===================================== mobile/android/locales/jar.mn ===================================== @@ -52,6 +52,8 @@ relativesrcdir toolkit/locales: toolkit/about (%toolkit/about/*Compat.ftl) #about:webrtc toolkit/about (%toolkit/about/*Webrtc.ftl) +#country/region names (used by TorConnect; see tor-browser#43633) + toolkit/intl/regionNames.ftl (%toolkit/intl/regionNames.ftl) #endif # Do not add files below the endif. Reviewers, expand more context above # for comments.
===================================== mobile/android/locales/l10n.toml ===================================== @@ -177,6 +177,10 @@ exclude-multi-locale = [ reference = "toolkit/locales/en-US/toolkit/about/*Webrtc.ftl" l10n = "{l}toolkit/toolkit/about/*Webrtc.ftl"
+[[paths]] + reference = "toolkit/locales/en-US/toolkit/intl/regionNames.ftl" + l10n = "{l}toolkit/toolkit/intl/regionNames.ftl" + [[filters]] path = [ "{l}mobile/android/mobile-l10n.js",
===================================== mobile/locales/filter.py ===================================== @@ -21,6 +21,7 @@ def test(mod, path, entity=None): "chrome/global/commonDialogs.properties", "chrome/global/intl.properties", "chrome/global/intl.css", + "toolkit/intl/regionNames.ftl", ): return "error" if re.match(r"crashreporter/[^/]*.ftl", path):
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/bdccad6f...
tbb-commits@lists.torproject.org