* Translate web/xliff/en.xlf in ru 100% translated source file: 'web/xliff/en.xlf' on 'ru'. * add locale Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
31 lines
651 B
JSON
31 lines
651 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
|
|
"sourceLocale": "en",
|
|
"targetLocales": [
|
|
"en",
|
|
"de",
|
|
"es",
|
|
"fr",
|
|
"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/"
|
|
}
|
|
}
|