Fix default language

This commit is contained in:
WillJeynes
2026-08-19 14:04:48 +01:00
parent 2dbcda4952
commit c34e2154de
+2 -2
View File
@@ -4,8 +4,8 @@ import { initReactI18next } from "react-i18next";
i18n
.use(initReactI18next)
.init({
fallbackLng: "emji",
lng: "emji",
fallbackLng: "en",
lng: "en",
interpolation: {
escapeValue: false,
},