Ver a proveniência

rollback to chinese

fix負數倉
PC-20260115JRSN\Administrator há 3 semanas
ascendente
cometimento
6387065214
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/i18n/index.tsx

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

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


Carregando…
Cancelar
Guardar