From e1cdc2c00b8ee4d08efb228cd1fdf274d25c7b64 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 22 May 2022 00:53:38 +0200 Subject: [PATCH] feat(i18n): explicitly use legacy option --- src/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) 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: {