mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
translate: add cs_CZ (#17632)
This commit is contained in:
committed by
GitHub
parent
ee201ce73c
commit
b247ccdcfa
4221
locale/cs_CZ/LC_MESSAGES/django.po
Normal file
4221
locale/cs_CZ/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,8 +2,9 @@
|
||||
"$schema": "https://raw.githubusercontent.com/lit/lit/main/packages/localize-tools/config.schema.json",
|
||||
"sourceLocale": "en",
|
||||
"targetLocales": [
|
||||
"en",
|
||||
"cs_CZ",
|
||||
"de",
|
||||
"en",
|
||||
"es",
|
||||
"fr",
|
||||
"it",
|
||||
@@ -12,9 +13,9 @@
|
||||
"pl",
|
||||
"ru",
|
||||
"tr",
|
||||
"zh-CN",
|
||||
"zh-Hans",
|
||||
"zh-Hant",
|
||||
"zh-CN",
|
||||
"zh_TW",
|
||||
"pseudo-LOCALE"
|
||||
],
|
||||
|
||||
@@ -11,6 +11,7 @@ export const sourceLocale = `en`;
|
||||
* lexicographically.
|
||||
*/
|
||||
export const targetLocales = [
|
||||
`cs_CZ`,
|
||||
`de`,
|
||||
`en`,
|
||||
`es`,
|
||||
@@ -32,6 +33,7 @@ export const targetLocales = [
|
||||
* All valid project locale codes. Sorted lexicographically.
|
||||
*/
|
||||
export const allLocales = [
|
||||
`cs_CZ`,
|
||||
`de`,
|
||||
`en`,
|
||||
`en`,
|
||||
|
||||
Reference in New Issue
Block a user