Skip to content

Commit

Permalink
feat: support cs-CZ language (AppFlowy-IO#4066)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
stmr and richardshiue authored Mar 9, 2024
1 parent 7040481 commit 05f3885
Show file tree
Hide file tree
Showing 5 changed files with 1,103 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class InitAppWidgetTask extends LaunchTask {
Locale('am', 'ET'),
Locale('ar', 'SA'),
Locale('ca', 'ES'),
Locale('cs', 'CZ'),
Locale('ckb', 'KU'),
Locale('de', 'DE'),
Locale('en'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ String languageFromLocale(Locale locale) {
return "العربية";
case "ca":
return "Català";
case "cs":
return "Čeština";
case "ckb":
switch (locale.countryCode) {
case "KU":
Expand Down
Loading

0 comments on commit 05f3885

Please sign in to comment.