From 6387065214bf3230e2bded3edfaae398cd87421c Mon Sep 17 00:00:00 2001 From: "PC-20260115JRSN\\Administrator" Date: Wed, 26 Aug 2026 00:25:17 +0800 Subject: [PATCH] rollback to chinese --- src/i18n/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/index.tsx b/src/i18n/index.tsx index cce9c54b..39c92419 100644 --- a/src/i18n/index.tsx +++ b/src/i18n/index.tsx @@ -7,7 +7,7 @@ import I18nClientProvider from "./I18nClientProvider"; import universalLanguageDetect from "@unly/universal-language-detector"; const FALLBACK_LANG = "zh"; -const SUPPORTED_LANGUAGES = ["zh", "en"]; +const SUPPORTED_LANGUAGES = ["zh"]; export const detectLanguage = async (): Promise => { // Logic to get language preference from cookies/headers/session