mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
fe7a8894d3
* web: Update fonts to Patternfly 5 variants. * Fix order of heading override. * web: Flesh out locale context. * Fix Han pattern. * Remove comment. * Add additional regional codes. * Clarify comment. * Fix typos. * web/i18n: Add locale-specific font overrides. * Fix stale session in locale lifecycle. * core, web: Fix Han language codes. * Fix warnings about invalid BCP language code. * Build translations. * Add locale relative labels. * Add locale translations for Finnish and Portuguese. * Fix XLIFF errors. * Clean up labels. * Tidy regions. * Match region comment. * Update extracted values. * Fix locale switch not triggering on source language. * Split labels. * Clean up labels.
34 lines
726 B
JSON
34 lines
726 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
|
|
"sourceLocale": "en",
|
|
"targetLocales": [
|
|
"cs-CZ",
|
|
"de-DE",
|
|
"en",
|
|
"es-ES",
|
|
"fi-FI",
|
|
"fr-FR",
|
|
"it-IT",
|
|
"ja-JP",
|
|
"ko-KR",
|
|
"nl-NL",
|
|
"pl-PL",
|
|
"pt-BR",
|
|
"ru-RU",
|
|
"tr-TR",
|
|
"zh-Hans",
|
|
"zh-Hant",
|
|
"pseudo-LOCALE"
|
|
],
|
|
"tsConfig": "./tsconfig.json",
|
|
"output": {
|
|
"mode": "runtime",
|
|
"outputDir": "./src/locales",
|
|
"localeCodesModule": "./src/locale-codes.ts"
|
|
},
|
|
"interchange": {
|
|
"format": "xliff",
|
|
"xliffDir": "./xliff/"
|
|
}
|
|
}
|