diff --git a/frontend/src/i18n/index.js b/frontend/src/i18n/index.js index 6a09651..b7fca44 100644 --- a/frontend/src/i18n/index.js +++ b/frontend/src/i18n/index.js @@ -41,6 +41,8 @@ let i18n = createI18n({ locale: langMap[locale], fallbackLocale: enLocale.name, messages, + legacy: true, + allowComposition: true, }); export default i18n;