tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

jar.mn (2806B)


      1 #filter substitution
      2 # This Source Code Form is subject to the terms of the Mozilla Public
      3 # License, v. 2.0. If a copy of the MPL was not distributed with this
      4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      5 
      6 # Note: This file should only contain locale entries. All
      7 # override and resource entries should go to mobile/shared/chrome/jar.mn to avoid
      8 # having to create the same entry for each locale.
      9 
     10 # Fluent files
     11 # Note: All rules must be wildcards, as localized files are optional
     12 # If you're including files from a subdirectory, ensure that you're
     13 # putting them into the corresponding subdirectory in the target.
     14 # The wildcard ** does that for us in toolkit.
     15 
     16 [localization] @AB_CD@.jar:
     17   mobile/android                                   (%mobile/android/**/*.ftl)
     18 
     19 @AB_CD@.jar:
     20 % locale browser @AB_CD@ %locale/@AB_CD@/browser/
     21 
     22 # overrides for toolkit l10n, also for en-US
     23 # keep this file list in sync with l10n.toml and filter.py
     24 relativesrcdir toolkit/locales:
     25   locale/@AB_CD@/browser/overrides/commonDialogs.properties        (%chrome/global/commonDialogs.properties)
     26   locale/@AB_CD@/browser/overrides/intl.css                        (%chrome/global/intl.css)
     27 
     28 # overrides for dom l10n, also for en-US
     29 # keep this file list in sync with filter.py
     30 relativesrcdir dom/locales:
     31   locale/@AB_CD@/browser/overrides/AccessFu.properties         (%chrome/accessibility/AccessFu.properties)
     32   locale/@AB_CD@/browser/overrides/dom/dom.properties          (%chrome/dom/dom.properties)
     33 
     34 # Only run this if we're not en-US, as en-US is already built
     35 # by toolkit/locales/jar.mn.
     36 #define EN_US en-US
     37 #if AB_CD != EN_US
     38 [localization] @AB_CD@.jar:
     39 relativesrcdir toolkit/locales:
     40 #about:about
     41   toolkit/about                                    (%toolkit/about/*About.ftl)
     42 #about:mozilla
     43   toolkit/about                                    (%toolkit/about/*Mozilla.ftl)
     44 #about:support
     45   toolkit/about                                    (%toolkit/about/*Support.ftl)
     46 #about:compat
     47   toolkit/about                                    (%toolkit/about/*Compat.ftl)
     48 #about:webrtc
     49   toolkit/about                                    (%toolkit/about/*Webrtc.ftl)
     50 #about:logging
     51   toolkit/about                                    (%toolkit/about/*Logging.ftl)
     52 # additional files referenced by others
     53   toolkit/branding                                 (%toolkit/branding/*brandings.ftl)
     54   toolkit/global                                   (%toolkit/global/*processTypes.ftl)
     55   toolkit/global                                   (%toolkit/global/*resetProfile.ftl)
     56 #country/region names (used by TorConnect; see tor-browser#43633)
     57   toolkit/intl/regionNames.ftl                     (%toolkit/intl/regionNames.ftl)
     58 #endif
     59 # Do not add files below the endif. Reviewers, expand more context above
     60 # for comments.