bug 1301940, fix devtools/client for automation configs, r/a=me, a=IanN DONTBUILD
These l10n.ini files are only used by l10n automation.
--- a/suite/locales/l10n-aurora.ini
+++ b/suite/locales/l10n-aurora.ini
@@ -10,20 +10,27 @@ all = suite/locales/all-locales
dirs = suite
editor/ui
[includes]
# non-central apps might want to use %(topsrcdir)s here, or other vars
# RFE: that needs to be supported by compare-locales, too, though
toolkit = mozilla/toolkit/locales/l10n.ini
services_sync = mozilla/services/sync/locales/l10n.ini
+devtools_client = mozilla/devtools/client/locales/l10n.ini
[include_toolkit]
type = hg
mozilla = releases/mozilla-aurora
repo = http://hg.mozilla.org/
l10n.ini = toolkit/locales/l10n.ini
[include_services_sync]
type = hg
mozilla = releases/mozilla-aurora
repo = http://hg.mozilla.org/
l10n.ini = services/sync/locales/l10n.ini
+
+[include_devtools_client]
+type = hg
+mozilla = releases/mozilla-aurora
+repo = http://hg.mozilla.org/
+l10n.ini = devtools/client/locales/l10n.ini
--- a/suite/locales/l10n-beta.ini
+++ b/suite/locales/l10n-beta.ini
@@ -10,20 +10,27 @@ all = suite/locales/all-locales
dirs = suite
editor/ui
[includes]
# non-central apps might want to use %(topsrcdir)s here, or other vars
# RFE: that needs to be supported by compare-locales, too, though
toolkit = mozilla/toolkit/locales/l10n.ini
services_sync = mozilla/services/sync/locales/l10n.ini
+devtools_client = mozilla/devtools/client/locales/l10n.ini
[include_toolkit]
type = hg
mozilla = releases/mozilla-beta
repo = http://hg.mozilla.org/
l10n.ini = toolkit/locales/l10n.ini
[include_services_sync]
type = hg
mozilla = releases/mozilla-beta
repo = http://hg.mozilla.org/
l10n.ini = services/sync/locales/l10n.ini
+
+[include_devtools_client]
+type = hg
+mozilla = releases/mozilla-beta
+repo = http://hg.mozilla.org/
+l10n.ini = devtools/client/locales/l10n.ini
--- a/suite/locales/l10n-central.ini
+++ b/suite/locales/l10n-central.ini
@@ -10,20 +10,27 @@ all = suite/locales/all-locales
dirs = suite
editor/ui
[includes]
# non-central apps might want to use %(topsrcdir)s here, or other vars
# RFE: that needs to be supported by compare-locales, too, though
toolkit = mozilla/toolkit/locales/l10n.ini
services_sync = mozilla/services/sync/locales/l10n.ini
+devtools_client = mozilla/devtools/client/locales/l10n.ini
[include_toolkit]
type = hg
mozilla = mozilla-central
repo = http://hg.mozilla.org/
l10n.ini = toolkit/locales/l10n.ini
[include_services_sync]
type = hg
mozilla = mozilla-central
repo = http://hg.mozilla.org/
l10n.ini = services/sync/locales/l10n.ini
+
+[include_devtools_client]
+type = hg
+mozilla = mozilla-central
+repo = http://hg.mozilla.org/
+l10n.ini = devtools/client/locales/l10n.ini