diff --git a/src/i18n/index.ts b/src/i18n/index.ts index bc28350bc..266fe99af 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -4,6 +4,7 @@ import langEN from './lang/en.json' export const i18n = createI18n({ locale: 'en', // set locale fallbackLocale: 'en', + legacy: true, globalInjection: true, allowComposition: true, messages: {