From b878570b142fbc1d451e68e3a8473a2a12098047 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 27 Oct 2021 11:14:55 +0200 Subject: [PATCH] :paperclip: Add hebrew lang to i18n module. --- 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 b7e942f941..2e6a20576d 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -27,6 +27,7 @@ {:label "Rumanian (communit)" :value "ro"} {:label "Portuguese (Brazil, community)" :value "pt_br"} {:label "Ελληνική γλώσσα (community)" :value "el"} + {:label "עִבְרִית (community)" :value "he"} {:label "简体中文 (community)" :value "zh_cn"}]) (defn- parse-locale