Sfoglia il codice sorgente

rollback to chinese

fix負數倉
PC-20260115JRSN\Administrator 3 settimane fa
parent
commit
6387065214
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/i18n/index.tsx

+ 1
- 1
src/i18n/index.tsx Vedi File

@@ -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


Caricamento…
Annulla
Salva