mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1846397 - Remove unused all locale resources of about:crashes in GeckoView. r=geckoview-reviewers,calu
Differential Revision: https://phabricator.services.mozilla.com/D185018
This commit is contained in:
parent
0f473b468d
commit
20d128ef2b
@ -23,9 +23,6 @@ def test(mod, path, entity=None):
|
||||
"chrome/global/intl.css",
|
||||
):
|
||||
return "error"
|
||||
if re.match(r"crashreporter/[^/]*.ftl", path):
|
||||
# error on crashreporter/*.ftl
|
||||
return "error"
|
||||
if re.match(r"toolkit/about/[^/]*About.ftl", path):
|
||||
# error on toolkit/about/*About.ftl
|
||||
return "error"
|
||||
|
@ -38,8 +38,6 @@ relativesrcdir dom/locales:
|
||||
#if AB_CD != EN_US
|
||||
[localization] @AB_CD@.jar:
|
||||
relativesrcdir toolkit/locales:
|
||||
#about:crashes
|
||||
crashreporter (%crashreporter/**/*.ftl)
|
||||
#about:about
|
||||
toolkit/about (%toolkit/about/*About.ftl)
|
||||
#about:mozilla
|
||||
|
@ -169,10 +169,6 @@ exclude-multi-locale = [
|
||||
reference = "toolkit/locales/en-US/toolkit/about/*Support.ftl"
|
||||
l10n = "{l}toolkit/toolkit/about/*Support.ftl"
|
||||
|
||||
[[paths]]
|
||||
reference = "toolkit/locales/en-US/crashreporter/*.ftl"
|
||||
l10n = "{l}toolkit/crashreporter/*.ftl"
|
||||
|
||||
[[paths]]
|
||||
reference = "toolkit/locales/en-US/toolkit/about/*Webrtc.ftl"
|
||||
l10n = "{l}toolkit/toolkit/about/*Webrtc.ftl"
|
||||
|
@ -23,10 +23,6 @@ def test(mod, path, entity=None):
|
||||
"chrome/global/intl.css",
|
||||
):
|
||||
return "error"
|
||||
if re.match(r"crashreporter/[^/]*.ftl", path):
|
||||
# error on crashreporter/*.ftl
|
||||
return "error"
|
||||
|
||||
if re.match(r"toolkit/about/[^/]*About.ftl", path):
|
||||
# error on toolkit/about/*About.ftl
|
||||
return "error"
|
||||
|
Loading…
Reference in New Issue
Block a user