2008-10-01 02:03:16 +04:00
|
|
|
#filter substitution
|
2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2017-12-16 22:24:59 +03:00
|
|
|
# Note: This file should only contain locale entries. All
|
2024-05-17 01:08:51 +03:00
|
|
|
# override and resource entries should go to mobile/shared/chrome/jar.mn to avoid
|
2017-12-16 22:24:59 +03:00
|
|
|
# having to create the same entry for each locale.
|
2008-10-01 02:03:16 +04:00
|
|
|
|
2022-11-04 00:36:25 +03:00
|
|
|
# Fluent files
|
|
|
|
# Note: All rules must be wildcards, as localized files are optional
|
|
|
|
# If you're including files from a subdirectory, ensure that you're
|
|
|
|
# putting them into the corresponding subdirectory in the target.
|
|
|
|
# The wildcard ** does that for us in toolkit.
|
|
|
|
|
|
|
|
[localization] @AB_CD@.jar:
|
|
|
|
mobile/android (%mobile/android/**/*.ftl)
|
|
|
|
|
2008-10-01 02:03:16 +04:00
|
|
|
@AB_CD@.jar:
|
|
|
|
% locale browser @AB_CD@ %locale/@AB_CD@/browser/
|
2013-04-17 20:21:49 +04:00
|
|
|
|
|
|
|
# overrides for toolkit l10n, also for en-US
|
2017-06-05 11:28:33 +03:00
|
|
|
# keep this file list in sync with l10n.toml and filter.py
|
2013-04-17 20:21:49 +04:00
|
|
|
relativesrcdir toolkit/locales:
|
|
|
|
locale/@AB_CD@/browser/overrides/commonDialogs.properties (%chrome/global/commonDialogs.properties)
|
|
|
|
locale/@AB_CD@/browser/overrides/intl.properties (%chrome/global/intl.properties)
|
|
|
|
locale/@AB_CD@/browser/overrides/intl.css (%chrome/global/intl.css)
|
|
|
|
|
|
|
|
# overrides for dom l10n, also for en-US
|
2017-03-31 12:59:28 +03:00
|
|
|
# keep this file list in sync with filter.py
|
2013-04-17 20:21:49 +04:00
|
|
|
relativesrcdir dom/locales:
|
2013-06-04 21:02:52 +04:00
|
|
|
locale/@AB_CD@/browser/overrides/AccessFu.properties (%chrome/accessibility/AccessFu.properties)
|
2013-07-12 01:45:31 +04:00
|
|
|
locale/@AB_CD@/browser/overrides/dom/dom.properties (%chrome/dom/dom.properties)
|
2018-08-01 10:31:14 +03:00
|
|
|
|
2022-09-20 14:53:37 +03:00
|
|
|
# Only run this if we're not en-US, as en-US is already built
|
|
|
|
# by toolkit/locales/jar.mn.
|
2018-08-01 10:31:14 +03:00
|
|
|
#define EN_US en-US
|
|
|
|
#if AB_CD != EN_US
|
2022-11-04 00:36:25 +03:00
|
|
|
[localization] @AB_CD@.jar:
|
2018-08-01 10:31:14 +03:00
|
|
|
relativesrcdir toolkit/locales:
|
2018-10-10 20:41:47 +03:00
|
|
|
#about:about
|
2019-01-09 03:34:45 +03:00
|
|
|
toolkit/about (%toolkit/about/*About.ftl)
|
2020-07-07 05:22:07 +03:00
|
|
|
#about:mozilla
|
|
|
|
toolkit/about (%toolkit/about/*Mozilla.ftl)
|
2018-12-28 22:40:33 +03:00
|
|
|
#about:support
|
2019-01-09 03:34:45 +03:00
|
|
|
toolkit/about (%toolkit/about/*Support.ftl)
|
2019-02-08 20:36:15 +03:00
|
|
|
#about:rights
|
|
|
|
toolkit/about (%toolkit/about/*Rights.ftl)
|
2019-02-26 02:10:41 +03:00
|
|
|
#about:compat
|
|
|
|
toolkit/about (%toolkit/about/*Compat.ftl)
|
2021-01-27 15:11:47 +03:00
|
|
|
#about:webrtc
|
|
|
|
toolkit/about (%toolkit/about/*Webrtc.ftl)
|
2019-01-09 03:34:45 +03:00
|
|
|
#endif
|
|
|
|
# Do not add files below the endif. Reviewers, expand more context above
|
|
|
|
# for comments.
|