From 42c7d3bec8b4e7d5bfe63390a4fd47b5e14b4e83 Mon Sep 17 00:00:00 2001 From: John <377342263@qq.com> Date: Sun, 10 Mar 2024 12:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/index.ts b/src/lang/index.ts index 62e5ec7..dc9cc25 100644 --- a/src/lang/index.ts +++ b/src/lang/index.ts @@ -39,7 +39,7 @@ const i18n = createI18n({ allowComposition: true, legacy: false, locale: defLanguage, // 设置默认语言 - fallbackLocale: 'zh', // 设置备用语言 + fallbackLocale: 'zh-CN', // 设置备用语言 messages: messages // 设置资源文件对象 })