diff --git a/browser/locales/filter.py b/browser/locales/filter.py index 6ff495b997ce..52e596d965eb 100755 --- a/browser/locales/filter.py +++ b/browser/locales/filter.py @@ -17,12 +17,9 @@ def test(mod, path, entity = None): # we only have exceptions for browser and extensions/spellcheck return "error" if not entity: - # the only files to ignore are spell checkers and search + # the only files to ignore are spell checkers if mod == "extensions/spellcheck": return "ignore" - # browser - if (re.match(r"searchplugins\/.+\.xml", path)): - return "ignore" return "error" if mod == "extensions/spellcheck": # l10n ships en-US dictionary or something, do compare