diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index e185aa14a..6c6366443 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -52,7 +52,8 @@ function readLocales() { "cs", "fo", "ko", "lv", // this happens when file does not matches correct // iso code for the language. - ["ja_jp", "jpn_JP"] + ["ja_jp", "jpn_JP"], + ["uk", "ukr_UA"] ]; const result = {}; diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index 57e898ca2..a1f053c73 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 "Украї́нська мо́ва (community)" :value "uk"} {:label "Český jazyk (community)" :value "cs"} {:label "Latviešu valoda (community)" :value "lv"} {:label "Føroyskt mál (community)" :value "fo"}