Sfoglia il codice sorgente

language update for EN

fix負數倉
kelvin.yau 3 settimane fa
parent
commit
906e76657a
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"];
const SUPPORTED_LANGUAGES = ["zh", "en"];

export const detectLanguage = async (): Promise<string> => {
// Logic to get language preference from cookies/headers/session


Caricamento…
Annulla
Salva