浏览代码

rollback to chinese

fix負數倉
PC-20260115JRSN\Administrator 3 周前
父节点
当前提交
6387065214
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/i18n/index.tsx

+ 1
- 1
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<string> => {
// Logic to get language preference from cookies/headers/session


正在加载...
取消
保存