Explorar el Código

language update for EN

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

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


Cargando…
Cancelar
Guardar