From 42acae3ae32f378ebab88193f97ca83940b0ab8f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 25 Apr 2023 11:01:00 +0200 Subject: [PATCH] :tada: Add korean lang --- frontend/gulpfile.js | 2 +- frontend/src/app/util/i18n.cljs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index db48b6c1c..2193173fb 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -49,7 +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", "fo", + "cs", "fo", "ko", // 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 6667c90d3..b74ecb341 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -41,6 +41,7 @@ {:label "Русский (community)" :value "ru"} {:label "Český jazyk (community)" :value "cs"} {:label "Føroyskt mál (community)" :value "fo"} + {:label "Korean (community)" :value "ko"} {:label "עִבְרִית (community)" :value "he"} {:label "عربي/عربى (community)" :value "ar"} {:label "فارسی (community)" :value "fa"}