diff --git a/src/i18n.ts b/src/i18n.ts index 2178a72..8d245a0 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -4,8 +4,8 @@ import { initReactI18next } from "react-i18next"; i18n .use(initReactI18next) .init({ - fallbackLng: "emji", - lng: "emji", + fallbackLng: "en", + lng: "en", interpolation: { escapeValue: false, },