diff --git a/src/plugins/i18n.ts b/src/plugins/i18n.ts index 008bd03dc9e..5b6d3f22798 100644 --- a/src/plugins/i18n.ts +++ b/src/plugins/i18n.ts @@ -170,7 +170,10 @@ export async function initI18n(): Promise { i18next.use(processor); i18next.use(new KoreanPostpositionProcessor()); await i18next.init({ - fallbackLng: "en", + fallbackLng: { + "es-MX": ["es-ES", "en"], + default: ["en"], + }, supportedLngs: ["en", "es-ES", "fr", "it", "de", "zh-CN", "zh-TW", "pt-BR", "ko", "ja", "ca-ES"], backend: { loadPath(lng: string, [ns]: string[]) {