mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1889943 - use renamed Bugzilla component 'Firefox :: Translations' in moz.build files. r=translations-reviewers,nordzilla
Rename had been done in bug 1885175. Differential Revision: https://phabricator.services.mozilla.com/D206778
This commit is contained in:
parent
79f25c6302
commit
b1a1b99c3d
@ -3,7 +3,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Firefox", "Translation")
|
||||
BUG_COMPONENT = ("Firefox", "Translations")
|
||||
|
||||
BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.toml"]
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Firefox", "Translation")
|
||||
BUG_COMPONENT = ("Firefox", "Translations")
|
||||
|
||||
EXTRA_JS_MODULES.translation = [
|
||||
"cld2/cld-worker.js",
|
||||
|
@ -7,7 +7,7 @@ SPHINX_TREES["/toolkit/components/translations"] = "docs"
|
||||
JAR_MANIFESTS += ["jar.mn"]
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Firefox", "Translation")
|
||||
BUG_COMPONENT = ("Firefox", "Translations")
|
||||
|
||||
DIRS += ["actors"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user