From e051e26dadcdb72fa92fefdccffa025b93ef24de Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 25 Apr 2023 10:51:44 +0200 Subject: [PATCH] :tada: Add czech lang --- frontend/gulpfile.js | 1 + frontend/src/app/util/i18n.cljs | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 1326239c3..92e6f480c 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -49,6 +49,7 @@ function readLocales() { const langs = ["ar", "ca", "de", "el", "en", "eu", "it", "es", "fa", "fr", "he", "nb_NO", "pl", "pt_BR", "ro", "id", "ru", "tr", "zh_CN", "zh_Hant", "hr", "gl", "pt_PT", + "cs", // this happens when file does not matches correct // iso code for the language. ["ja_jp", "jpn_JP"] diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index 47e9eb88b..d1fbfe120 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -39,6 +39,7 @@ {:label "Türkçe (community)" :value "tr"} {:label "Ελληνική γλώσσα (community)" :value "el"} {:label "Русский (community)" :value "ru"} + {:label "Český jazyk (community)" :value "cs"} {:label "עִבְרִית (community)" :value "he"} {:label "عربي/عربى (community)" :value "ar"} {:label "فارسی (community)" :value "fa"}