From b17067b8dad41669c5b15caae04b70d260c0dcbf Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 23 Mar 2021 11:12:56 +0100 Subject: [PATCH] :sparkles: Add Turkish to locale labels. --- frontend/src/app/util/i18n.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index 0f61c85e6f..15d00312fe 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -25,6 +25,7 @@ {:label "Français (community)" :value "fr"} {:label "Deutsch (community)" :value "de"} {:label "Русский (community)" :value "ru"} + {:label "Türkçe (community)" :value "tr"} {:label "简体中文 (community)" :value "zh_cn"}]) (defn- parse-locale