feature/fix-vue-i18n-9.2.31 #1994

Merged
konrad merged 4 commits from dpschen/frontend:feature/fix-vue-i18n-9.2.31 into main 2022-05-23 05:24:01 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e1cdc2c00b - Show all commits

View File

@ -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: {