Bug 1408044 - stop trying to localize the toolkit about.dtd file in mobile code, r=nalexander

MozReview-Commit-ID: 9dpsRgqz52F

--HG--
extra : rebase_source : 35c8201a74a70d3f33228143ac270c7dccf60ef5
This commit is contained in:
Gijs Kruitbosch 2017-11-15 14:28:10 +00:00
Родитель c1e68c5edc
Коммит e29331e8a7
4 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -17,7 +17,6 @@ def test(mod, path, entity = None):
if mod == "toolkit":
# keep this file list in sync with jar.mn
if path in (
"chrome/global/about.dtd",
"chrome/global/aboutAbout.dtd",
"chrome/global/aboutReader.properties",
"chrome/global/aboutRights.dtd",

Просмотреть файл

@ -40,7 +40,6 @@
# overrides for toolkit l10n, also for en-US
# keep this file list in sync with l10n.toml and filter.py
relativesrcdir toolkit/locales:
locale/@AB_CD@/browser/overrides/about.dtd (%chrome/global/about.dtd)
locale/@AB_CD@/browser/overrides/aboutAbout.dtd (%chrome/global/aboutAbout.dtd)
locale/@AB_CD@/browser/overrides/aboutReader.properties (%chrome/global/aboutReader.properties)
locale/@AB_CD@/browser/overrides/aboutRights.dtd (%chrome/global/aboutRights.dtd)

Просмотреть файл

@ -149,10 +149,6 @@ exclude-multi-locale = [
reference = "dom/locales/en-US/chrome/plugins.properties"
l10n = "{l}dom/chrome/plugins.properties"
[[paths]]
reference = "toolkit/locales/en-US/chrome/global/about.dtd"
l10n = "{l}toolkit/chrome/global/about.dtd"
[[paths]]
reference = "toolkit/locales/en-US/chrome/global/aboutAbout.dtd"
l10n = "{l}toolkit/chrome/global/aboutAbout.dtd"

Просмотреть файл

@ -17,7 +17,6 @@ def test(mod, path, entity = None):
if mod == "toolkit":
# keep this file list in sync with jar.mn
if path in (
"chrome/global/about.dtd",
"chrome/global/aboutAbout.dtd",
"chrome/global/aboutReader.properties",
"chrome/global/aboutRights.dtd",