From d3f09f0e87e52806979ca3bacde91e45f92892f2 Mon Sep 17 00:00:00 2001 From: Jokul Date: Sat, 4 Jul 2026 20:22:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/i18n/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/i18n/index.ts b/src/renderer/src/i18n/index.ts index a17a67b..d3f7450 100644 --- a/src/renderer/src/i18n/index.ts +++ b/src/renderer/src/i18n/index.ts @@ -16,7 +16,7 @@ const messages: Record = { } const currentLocale = ref( - localStorage.getItem('locale') || 'en' + localStorage.getItem('locale') || 'zh-CN' ) export function useI18n() {