mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix: set legacy: false
This commit is contained in:
@ -2,6 +2,7 @@ import { createI18n } from 'vue-i18n';
|
||||
|
||||
const i18n = createI18n({
|
||||
fallbackLocale: 'en-US',
|
||||
legacy: false,
|
||||
messages: {
|
||||
'en-US': require('./en-US'),
|
||||
'it-IT': require('./it-IT'),
|
||||
|
Reference in New Issue
Block a user