From 5cff6eb5927ba3b35a4cf269d0305a080fab852f Mon Sep 17 00:00:00 2001 From: 5idereal Date: Thu, 22 Sep 2022 16:54:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20language=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/util/i18n.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/util/i18n.cljs b/frontend/src/app/util/i18n.cljs index f8049ac72..7ed82dd8c 100644 --- a/frontend/src/app/util/i18n.cljs +++ b/frontend/src/app/util/i18n.cljs @@ -39,7 +39,7 @@ {:label "عربي/عربى (community)" :value "ar"} {:label "فارسی (community)" :value "fa"} {:label "简体中文 (community)" :value "zh_cn"} - {:label "中国传统的 (community)" :value "zh_hant"}]) + {:label "繁體中文 (community)" :value "zh_hant"}]) (defn- parse-locale [locale]