Bug 1891710: part 2) Enable <Element-outerHTML.html> WPT for Trusted Types. r=smaug
[gecko.git] / mobile / android / locales / jar.mn
blob98cbaf6668f01d44922f1a368b45787278665d52
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/.
6 # Note: This file should only contain locale entries. All
7 # override and resource entries should go to mobile/android/chrome/jar.mn to avoid
8 # having to create the same entry for each locale.
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.
16 [localization] @AB_CD@.jar:
17   mobile/android                                   (%mobile/android/**/*.ftl)
19 @AB_CD@.jar:
20 % locale browser @AB_CD@ %locale/@AB_CD@/browser/
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.properties                 (%chrome/global/intl.properties)
27   locale/@AB_CD@/browser/overrides/intl.css                        (%chrome/global/intl.css)
29 # overrides for dom l10n, also for en-US
30 # keep this file list in sync with filter.py
31 relativesrcdir dom/locales:
32   locale/@AB_CD@/browser/overrides/AccessFu.properties         (%chrome/accessibility/AccessFu.properties)
33   locale/@AB_CD@/browser/overrides/dom/dom.properties          (%chrome/dom/dom.properties)
35 # Only run this if we're not en-US, as en-US is already built
36 # by toolkit/locales/jar.mn.
37 #define EN_US en-US
38 #if AB_CD != EN_US
39 [localization] @AB_CD@.jar:
40 relativesrcdir toolkit/locales:
41 #about:crashes
42   crashreporter                                    (%crashreporter/**/*.ftl)
43 #about:about
44   toolkit/about                                    (%toolkit/about/*About.ftl)
45 #about:mozilla
46   toolkit/about                                    (%toolkit/about/*Mozilla.ftl)
47 #about:support
48   toolkit/about                                    (%toolkit/about/*Support.ftl)
49 #about:rights
50   toolkit/about                                    (%toolkit/about/*Rights.ftl)
51 #about:compat
52   toolkit/about                                    (%toolkit/about/*Compat.ftl)
53 #about:webrtc
54   toolkit/about                                    (%toolkit/about/*Webrtc.ftl)
55 #endif
56 # Do not add files below the endif. Reviewers, expand more context above
57 # for comments.