-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlit-localize.json
More file actions
44 lines (44 loc) · 854 Bytes
/
lit-localize.json
File metadata and controls
44 lines (44 loc) · 854 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
"sourceLocale": "en",
"targetLocales": [
"da",
"de",
"en-gb",
"es",
"es-mx",
"fr",
"it",
"hu",
"nl",
"no",
"pl",
"pt",
"pt-br",
"ro",
"sk",
"fi",
"sv",
"vi",
"tr",
"cs",
"el",
"bg",
"ru",
"th",
"ja",
"ko",
"zh-cn",
"zh-tw"
],
"tsConfig": "./tsconfig.json",
"output": {
"mode": "runtime",
"outputDir": "./src/generated/locales",
"localeCodesModule": "./src/generated/locale-codes.ts"
},
"interchange": {
"format": "xliff",
"xliffDir": "./xliff/"
}
}