зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1408044 - stop trying to localize the toolkit about.dtd file in mobile code, r=nalexander
MozReview-Commit-ID: 9dpsRgqz52F --HG-- extra : rebase_source : dda3b339eb385dba65ddee820f3dfb393b02fdaf
This commit is contained in:
Родитель
469382710e
Коммит
18eb334e10
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче