Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Backed out changeset 91ddd0674124 (bug 1370176) for build bustage a=b…
Browse files Browse the repository at this point in the history
…ackout CLOSED TREE

MozReview-Commit-ID: IiyTf0EQtAw
  • Loading branch information
KWierso committed Jun 9, 2017
1 parent 054820e commit 44b008a
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 494 deletions.
2 changes: 1 addition & 1 deletion browser/locales/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test(mod, path, entity = None):
if mod not in ("browser", "extensions/spellcheck"):
# we only have exceptions for browser and extensions/spellcheck
return "error"
if entity is None:
if not entity:
# the only files to ignore are spell checkers
if mod == "extensions/spellcheck":
return "ignore"
Expand Down
169 changes: 0 additions & 169 deletions browser/locales/l10n.toml

This file was deleted.

12 changes: 0 additions & 12 deletions devtools/client/locales/l10n.toml

This file was deleted.

12 changes: 0 additions & 12 deletions devtools/shared/locales/l10n.toml

This file was deleted.

2 changes: 1 addition & 1 deletion mobile/android/locales/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test(mod, path, entity = None):
# we only have exceptions for mobile*
return "error"
if mod == "mobile/android":
if entity is None:
if not entity:
if (re.match(r"mobile-l10n.js", path) or
re.match(r"defines.inc", path)):
return "ignore"
Expand Down
2 changes: 1 addition & 1 deletion mobile/android/locales/jar.mn
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
% resource search-plugins chrome://browser/locale/searchplugins/

# overrides for toolkit l10n, also for en-US
# keep this file list in sync with l10n.toml and filter.py
# keep this file list in sync with 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)
Expand Down
Loading

0 comments on commit 44b008a

Please sign in to comment.