mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: support cs-CZ language (#4066)
* inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * inlang: update translations * chore: enable czech language in settings * chore: rename translation file * chore: rename in inlang project json --------- Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
This commit is contained in:
parent
70404816e7
commit
05f3885346
@ -62,6 +62,7 @@ class InitAppWidgetTask extends LaunchTask {
|
|||||||
Locale('am', 'ET'),
|
Locale('am', 'ET'),
|
||||||
Locale('ar', 'SA'),
|
Locale('ar', 'SA'),
|
||||||
Locale('ca', 'ES'),
|
Locale('ca', 'ES'),
|
||||||
|
Locale('cs', 'CZ'),
|
||||||
Locale('ckb', 'KU'),
|
Locale('ckb', 'KU'),
|
||||||
Locale('de', 'DE'),
|
Locale('de', 'DE'),
|
||||||
Locale('en'),
|
Locale('en'),
|
||||||
|
@ -22,6 +22,8 @@ String languageFromLocale(Locale locale) {
|
|||||||
return "العربية";
|
return "العربية";
|
||||||
case "ca":
|
case "ca":
|
||||||
return "Català";
|
return "Català";
|
||||||
|
case "cs":
|
||||||
|
return "Čeština";
|
||||||
case "ckb":
|
case "ckb":
|
||||||
switch (locale.countryCode) {
|
switch (locale.countryCode) {
|
||||||
case "KU":
|
case "KU":
|
||||||
|
1097
frontend/resources/translations/cs-CZ.json
Normal file
1097
frontend/resources/translations/cs-CZ.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,6 +5,7 @@
|
|||||||
"en",
|
"en",
|
||||||
"ar-SA",
|
"ar-SA",
|
||||||
"ca-ES",
|
"ca-ES",
|
||||||
|
"cs-CZ",
|
||||||
"de-DE",
|
"de-DE",
|
||||||
"es-VE",
|
"es-VE",
|
||||||
"eu-ES",
|
"eu-ES",
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"en",
|
"en",
|
||||||
"ar-SA",
|
"ar-SA",
|
||||||
"ca-ES",
|
"ca-ES",
|
||||||
|
"cs-CZ",
|
||||||
"de-DE",
|
"de-DE",
|
||||||
"es-VE",
|
"es-VE",
|
||||||
"eu-ES",
|
"eu-ES",
|
||||||
@ -40,4 +41,4 @@
|
|||||||
"@:"
|
"@:"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user