From 2ae3f79dbc13074644c0d9895ee7a94c48144dd9 Mon Sep 17 00:00:00 2001 From: Anyexyz Date: Sat, 8 Feb 2025 07:58:16 +0800 Subject: [PATCH] =?UTF-8?q?Feat:=20Update=20Chinese=20language=20support?= =?UTF-8?q?=20to=20use=20'=E7=AE=80=E4=BD=93=E4=B8=AD=E6=96=87'=20as=20the?= =?UTF-8?q?=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/i18n.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/i18n.config.ts b/src/i18n/i18n.config.ts index 7f41f4c2..c19c14b8 100644 --- a/src/i18n/i18n.config.ts +++ b/src/i18n/i18n.config.ts @@ -6,6 +6,6 @@ export default defineI18nConfig(() => ({ fallbackLocale: 'en', messages: { en, - zh_cn, + '简体中文': zh_cn, }, }));