
* Update lit-localize.json add italian Signed-off-by: tmassimi <tmassimi@users.noreply.github.com> * fix Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: tmassimi <tmassimi@users.noreply.github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
32 lines
665 B
JSON
32 lines
665 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
|
|
"sourceLocale": "en",
|
|
"targetLocales": [
|
|
"en",
|
|
"de",
|
|
"es",
|
|
"fr",
|
|
"it",
|
|
"ko",
|
|
"nl",
|
|
"pl",
|
|
"ru",
|
|
"tr",
|
|
"zh-Hans",
|
|
"zh-Hant",
|
|
"zh-CN",
|
|
"zh_TW",
|
|
"pseudo-LOCALE"
|
|
],
|
|
"tsConfig": "./tsconfig.json",
|
|
"output": {
|
|
"mode": "runtime",
|
|
"outputDir": "./src/locales",
|
|
"localeCodesModule": "./src/locale-codes.ts"
|
|
},
|
|
"interchange": {
|
|
"format": "xliff",
|
|
"xliffDir": "./xliff/"
|
|
}
|
|
}
|