Bug 1768334 [wpt PR 33981] - [block-in-inline] Fix hit-testing when a block-in-inline...
[gecko.git] / mobile / android / locales / jar.mn
blobd447cfa7b6071c1aeb4189f755f59643de4bfe83
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 @AB_CD@.jar:
11 % locale browser @AB_CD@ %locale/@AB_CD@/browser/
12   locale/@AB_CD@/browser/browser.properties       (%chrome/browser.properties)
13   locale/@AB_CD@/browser/config.dtd               (%chrome/config.dtd)
14   locale/@AB_CD@/browser/config.properties        (%chrome/config.properties)
15   locale/@AB_CD@/browser/passwordmgr.properties   (%chrome/passwordmgr.properties)
17 # overrides for toolkit l10n, also for en-US
18 # keep this file list in sync with l10n.toml and filter.py
19 relativesrcdir toolkit/locales:
20   locale/@AB_CD@/browser/overrides/aboutReader.properties          (%chrome/global/aboutReader.properties)
21   locale/@AB_CD@/browser/overrides/commonDialogs.properties        (%chrome/global/commonDialogs.properties)
22   locale/@AB_CD@/browser/overrides/intl.properties                 (%chrome/global/intl.properties)
23   locale/@AB_CD@/browser/overrides/intl.css                        (%chrome/global/intl.css)
25 # overrides for dom l10n, also for en-US
26 # keep this file list in sync with filter.py
27 relativesrcdir dom/locales:
28   locale/@AB_CD@/browser/overrides/global.dtd                  (%chrome/global.dtd)
29   locale/@AB_CD@/browser/overrides/AccessFu.properties         (%chrome/accessibility/AccessFu.properties)
30   locale/@AB_CD@/browser/overrides/dom/dom.properties          (%chrome/dom/dom.properties)
32 # Fluent files
33 # Note: All rules must be wildcards, as localized files are optional
34 # Only run this if we're not en-US, as en-US is already built
35 # by toolkit/locales/jar.mn.
36 # If you're including files from a subdirectory, ensure that you're
37 # putting them into the corresponding subdirectory in the target.
38 # The wildcard ** does that for us in toolkit.
40 #define EN_US en-US
41 #if AB_CD != EN_US
42 [localization] @AB_CD@.jar:
43 relativesrcdir toolkit/locales:
44 #about:crashes
45   crashreporter                                    (%crashreporter/**/*.ftl)
46 #about:about
47   toolkit/about                                    (%toolkit/about/*About.ftl)
48 #about:mozilla
49   toolkit/about                                    (%toolkit/about/*Mozilla.ftl)
50 #about:support
51   toolkit/about                                    (%toolkit/about/*Support.ftl)
52 #about:rights
53   toolkit/about                                    (%toolkit/about/*Rights.ftl)
54 #about:compat
55   toolkit/about                                    (%toolkit/about/*Compat.ftl)
56 #about:webrtc
57   toolkit/about                                    (%toolkit/about/*Webrtc.ftl)
58 #endif
59 # Do not add files below the endif. Reviewers, expand more context above
60 # for comments.