Explorar el Código

rollback to chinese

fix負數倉
PC-20260115JRSN\Administrator hace 3 semanas
padre
commit
6387065214
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/i18n/index.tsx

+ 1
- 1
src/i18n/index.tsx Ver fichero

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


Cargando…
Cancelar
Guardar