-
Notifications
You must be signed in to change notification settings - Fork 4
/
lit-localize.json
37 lines (37 loc) · 935 Bytes
/
lit-localize.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
{
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
"sourceLocale": "en",
"targetLocales": [
"ar",
"ca",
"de",
"es",
"fr",
"id",
"it",
"ja",
"ko",
"pl",
"pt_BR",
"ru",
"th",
"tr",
"vi"
],
"inputFiles": [
"src/contentScripts/communityConsole/flattenThreads/components/**/*.js",
"src/contentScripts/communityConsole/workflows/components/**/*.js",
"src/contentScripts/communityConsole/threadToolbar/components/**/*.js",
"src/contentScripts/communityConsole/updateHandler/banner/components/**/*.js",
"src/workflows/manager/components/**/*.js"
],
"output": {
"mode": "runtime",
"outputDir": "./src/lit-locales/generated",
"localeCodesModule": "./src/lit-locales/generated/locales.js"
},
"interchange": {
"format": "xliff",
"xliffDir": "./src/lit-locales/source"
}
}