16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
|
|
"sourceLocale": "en",
|
|
"targetLocales": ["es", "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/"
|
|
}
|
|
}
|