Pier Angelo Vendrame pushed to branch tor-browser-128.9.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

4 changed files:

Changes:

  • mobile/android/locales/filter.py
    ... ... @@ -21,6 +21,7 @@ def test(mod, path, entity=None):
    21 21
                 "chrome/global/commonDialogs.properties",
    
    22 22
                 "chrome/global/intl.properties",
    
    23 23
                 "chrome/global/intl.css",
    
    24
    +            "toolkit/intl/regionNames.ftl",
    
    24 25
             ):
    
    25 26
                 return "error"
    
    26 27
             if re.match(r"crashreporter/[^/]*.ftl", path):
    

  • mobile/android/locales/jar.mn
    ... ... @@ -52,6 +52,8 @@ relativesrcdir toolkit/locales:
    52 52
       toolkit/about                                    (%toolkit/about/*Compat.ftl)
    
    53 53
     #about:webrtc
    
    54 54
       toolkit/about                                    (%toolkit/about/*Webrtc.ftl)
    
    55
    +#country/region names (used by TorConnect; see tor-browser#43633)
    
    56
    +  toolkit/intl/regionNames.ftl                     (%toolkit/intl/regionNames.ftl)
    
    55 57
     #endif
    
    56 58
     # Do not add files below the endif. Reviewers, expand more context above
    
    57 59
     # for comments.

  • mobile/android/locales/l10n.toml
    ... ... @@ -177,6 +177,10 @@ exclude-multi-locale = [
    177 177
         reference = "toolkit/locales/en-US/toolkit/about/*Webrtc.ftl"
    
    178 178
         l10n = "{l}toolkit/toolkit/about/*Webrtc.ftl"
    
    179 179
     
    
    180
    +[[paths]]
    
    181
    +    reference = "toolkit/locales/en-US/toolkit/intl/regionNames.ftl"
    
    182
    +    l10n = "{l}toolkit/toolkit/intl/regionNames.ftl"
    
    183
    +
    
    180 184
     [[filters]]
    
    181 185
         path = [
    
    182 186
             "{l}mobile/android/mobile-l10n.js",
    

  • mobile/locales/filter.py
    ... ... @@ -21,6 +21,7 @@ def test(mod, path, entity=None):
    21 21
                 "chrome/global/commonDialogs.properties",
    
    22 22
                 "chrome/global/intl.properties",
    
    23 23
                 "chrome/global/intl.css",
    
    24
    +            "toolkit/intl/regionNames.ftl",
    
    24 25
             ):
    
    25 26
                 return "error"
    
    26 27
             if re.match(r"crashreporter/[^/]*.ftl", path):