From 90a54781ef81b5f0cfcdf553937fcf5374221efe Mon Sep 17 00:00:00 2001 From: celebrateyang Date: Thu, 17 Oct 2024 16:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=94=AF=E6=8C=81,=E8=AE=BE?= =?UTF-8?q?=E7=BD=AEdefaultLocale=20=3D=20'zh-cn'=20=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E4=B8=80=E5=88=87=E6=8C=89=E7=85=A7=E6=AD=A3=E5=B8=B8=E7=9A=84?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E9=80=BB=E8=BE=91=E8=BF=90=E8=A1=8C=E3=80=82?= =?UTF-8?q?=E4=BD=86=E6=98=AF=E4=BB=A3=E7=A0=81=E9=80=BB=E8=BE=91=E5=B0=9A?= =?UTF-8?q?=E6=9C=AA=E7=90=86=E6=B8=85=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/lib/i18n/translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/i18n/translations.ts b/web/src/lib/i18n/translations.ts index 9a65c761..91c36315 100644 --- a/web/src/lib/i18n/translations.ts +++ b/web/src/lib/i18n/translations.ts @@ -21,7 +21,7 @@ for (const [path, loader] of Object.entries(locFiles)) { }; } -const defaultLocale = 'en'; +const defaultLocale = 'zh-cn'; const languages: Record = _languages; const config: Config<{