From 66d086892f52a7ee57d482b8534856f7765d8fc5 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 27 Oct 2021 11:18:28 +0200 Subject: [PATCH] :paperclip: Add Arabic 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 2e6a20576..fda05744b 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -28,6 +28,7 @@ {:label "Portuguese (Brazil, community)" :value "pt_br"} {:label "Ελληνική γλώσσα (community)" :value "el"} {:label "עִבְרִית (community)" :value "he"} + {:label "عربي/عربى (community)" :value "ar"} {:label "简体中文 (community)" :value "zh_cn"}]) (defn- parse-locale