diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index 1326239c35..d918596731 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -49,9 +49,12 @@ 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", "ko", "lv", // this happens when file does not matches correct // iso code for the language. - ["ja_jp", "jpn_JP"] + ["ja_jp", "jpn_JP"], + // ["fi", "fin_FI"], + ["uk", "ukr_UA"] ]; const result = {}; diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index 47e9eb88b3..a1f053c73c 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -39,6 +39,11 @@ {: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"} + {:label "Korean (community)" :value "ko"} {:label "עִבְרִית (community)" :value "he"} {:label "عربي/عربى (community)" :value "ar"} {:label "فارسی (community)" :value "fa"} diff --git a/frontend/translations/fi.po b/frontend/translations/fi.po deleted file mode 100644 index b1fc23594e..0000000000 --- a/frontend/translations/fi.po +++ /dev/null @@ -1,6 +0,0 @@ -msgid "" -msgstr "" -"X-Generator: Weblate\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" \ No newline at end of file