0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00
logto/packages/elements/lit-localize.json

32 lines
584 B
JSON
Raw Permalink Normal View History

2024-07-15 06:00:18 -05:00
{
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
"sourceLocale": "en",
"targetLocales": [
"ar-AR",
"de",
"es",
"fr",
"it",
"ja",
"ko",
"pl-PL",
"pt-BR",
"pt-PT",
"ru",
"tr-TR",
"zh-CN",
"zh-HK",
"zh-TW"
],
2024-07-15 06:00:18 -05:00
"tsConfig": "./tsconfig.json",
"output": {
"mode": "runtime",
"outputDir": "./src/generated/locales",
"localeCodesModule": "./src/generated/locale-codes.ts"
},
"interchange": {
"format": "xliff",
"xliffDir": "./xliff/"
}
}