Skip to content
Snippets Groups Projects
Verified Commit bdccad6f authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! [android] Implement Android-native Connection Assist UI

TB 43633: Include regionNames.ftl in Android builds.
parent bc19a47c
Branches
Tags
1 merge request!1485TB 43633: Include regionNames.ftl in Android builds.
Pipeline #268724 failed
......@@ -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):
......
......@@ -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.
......@@ -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",
......
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment