From 1e6673f6b6c6941d6a9e47f15f27c7fbeb51a5a4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 16 Mar 2021 18:02:52 +0100 Subject: [PATCH] :sparkles: Add deutsche lang to the supported languages. --- 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 cd8774a82..63d365070 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -23,6 +23,7 @@ [{:label "English" :value "en"} {:label "Español" :value "es"} {:label "Français (community)" :value "fr"} + {:label "Deutsche (community)" :value "de"} {:label "Русский (community)" :value "ru"} {:label "简体中文 (community)" :value "zh_cn"}])