Bug 1883706: part 3) Implement `createHTML`, `createScript` and `createScriptURL...
[gecko.git] / browser / locales / l10n.toml
blob31baf8c152bcf062c2b9b6d422ac9597722acf5b
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 basepath = "../.."
7 locales = [
8     "ach",
9     "af",
10     "an",
11     "ar",
12     "ast",
13     "az",
14     "be",
15     "bg",
16     "bn",
17     "bo",
18     "br",
19     "brx",
20     "bs",
21     "ca",
22     "ca-valencia",
23     "cak",
24     "ckb",
25     "cs",
26     "cy",
27     "da",
28     "de",
29     "dsb",
30     "el",
31     "en-CA",
32     "en-GB",
33     "eo",
34     "es-AR",
35     "es-CL",
36     "es-ES",
37     "es-MX",
38     "et",
39     "eu",
40     "fa",
41     "ff",
42     "fi",
43     "fr",
44     "fur",
45     "fy-NL",
46     "ga-IE",
47     "gd",
48     "gl",
49     "gn",
50     "gu-IN",
51     "he",
52     "hi-IN",
53     "hr",
54     "hsb",
55     "hu",
56     "hy-AM",
57     "hye",
58     "ia",
59     "id",
60     "is",
61     "it",
62     "ja",
63     "ja-JP-mac",
64     "ka",
65     "kab",
66     "kk",
67     "km",
68     "kn",
69     "ko",
70     "lij",
71     "lo",
72     "lt",
73     "ltg",
74     "lv",
75     "meh",
76     "mk",
77     "mr",
78     "ms",
79     "my",
80     "nb-NO",
81     "ne-NP",
82     "nl",
83     "nn-NO",
84     "oc",
85     "pa-IN",
86     "pl",
87     "pt-BR",
88     "pt-PT",
89     "rm",
90     "ro",
91     "ru",
92     "sat",
93     "sc",
94     "scn",
95     "sco",
96     "si",
97     "sk",
98     "skr",
99     "sl",
100     "son",
101     "sq",
102     "sr",
103     "sv-SE",
104     "szl",
105     "ta",
106     "te",
107     "tg",
108     "th",
109     "tl",
110     "tr",
111     "trs",
112     "uk",
113     "ur",
114     "uz",
115     "vi",
116     "wo",
117     "xh",
118     "zh-CN",
119     "zh-TW",
120     ]
122 [env]
123     l = "{l10n_base}/{locale}/"
126 [[paths]]
127     reference = "browser/locales/en-US/**"
128     l10n = "{l}browser/**"
130 [[paths]]
131     reference = "browser/branding/official/locales/en-US/**"
132     l10n = "{l}browser/branding/official/**"
134 [[paths]]
135     reference = "browser/extensions/formautofill/locales/en-US/**"
136     l10n = "{l}browser/extensions/formautofill/**"
138 [[paths]]
139     reference = "browser/extensions/report-site-issue/locales/en-US/**"
140     l10n = "{l}browser/extensions/report-site-issue/**"
143 [[includes]]
144     path = "toolkit/locales/l10n.toml"
146 [[includes]]
147     path = "devtools/client/locales/l10n.toml"
149 [[paths]]
150     reference = "devtools/startup/locales/en-US/**"
151     l10n = "{l}devtools/startup/**"
153 # Filters
154 # The filters below are evaluated one after the other, in the given order.
155 # Enter a combination of path as in the localization, key, and an action,
156 # to change the default behavior of compare-locales and l10n merge.
158 # For browser/locales/en-US/chrome/browser/foo.properties,
159 # path would be {l}browser/chrome/browser/foo.properties
160 # key: the key/id of the entity
161 # If key isn't specified, the complete file can be missing.
162 [[filters]]
163     path = [
164         "{l}browser/firefox-l10n.js",
165     ]
166     action = "ignore"