-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
executable file
·75 lines (75 loc) · 2.58 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"channel": "nightly",
"path": {
"geckoL10n": {
"nightly": "nightly/gecko-l10n",
"aurora": "aurora/gecko-l10n",
"beta": "beta/gecko-l10n",
"release": "release/gecko-l10n"
}
},
"file": {
"filter": "./replace.json",
"statusInLocal": "./nightly/gecko-l10n/status.json",
"statusInGithub": "https://raw.githubusercontent.com/mozilla-japan/gecko-l10n/master/status.json"
},
"repository": {
"mozilla": {
"nightly": "http://hg.mozilla.org/mozilla-central",
"aurora": "http://hg.mozilla.org/releases/mozilla-aurora",
"beta": "http://hg.mozilla.org/releases/mozilla-beta",
"release": "http://hg.mozilla.org/releases/mozilla-release"
},
"comm": {
"nightly": "http://hg.mozilla.org/comm-central",
"aurora": "http://hg.mozilla.org/releases/comm-aurora",
"beta": "http://hg.mozilla.org/releases/comm-beta",
"release": "http://hg.mozilla.org/releases/comm-release"
},
"extensions": {
"chatzilla": "http://hg.mozilla.org/chatzilla",
"inspector": "http://hg.mozilla.org/dom-inspector",
"venkman": "http://hg.mozilla.org/venkman"
},
"l10n": {
"gecko": "https://github.com/mozilla-japan/gecko-l10n",
"gaia": "https://github.com/mozilla-japan/gaia-l10n"
}
},
"directoryMap": {
"mozillaCentral": {
"browser/locales/en-US": "browser",
"browser/branding/official/locales/en-US": "browser/branding/official",
"dom/locales/en-US": "dom",
"extensions/spellcheck/locales/en-US": "extensions/spellcheck",
"mobile/locales/en-US": "mobile",
"mobile/android/base/locales/en-US": "mobile/android/base",
"mobile/android/locales/en-US": "mobile/android",
"mobile/xul/locales/en-US": "mobile/xul",
"netwerk/locales/en-US": "netwerk",
"security/manager/locales/en-US": "security/manager",
"services/sync/locales/en-US": "services/sync",
"toolkit/locales/en-US": "toolkit",
"webapprt/locales/en-US": "webapprt"
},
"commCentral": {
"chat/locales/en-US": "chat",
"calendar/locales/en-US": "calendar",
"editor/ui/locales/en-US": "editor/ui",
"mail/locales/en-US": "mail",
"other-licenses/branding/thunderbird/locales/en-US": "other-licenses/branding/thunderbird",
"suite/locales/en-US": "suite"
},
"extensions": {
"chatzilla": {
"locales/en-US": "extensions/irc"
},
"inspector": {
"resources/locale/en-US": "extensions/inspector/chrome"
},
"venkman": {
"locales/en-US": "extensions/venkman"
}
}
}
}