mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
disable vue-i18n legacy mode
This commit is contained in:
@@ -171,6 +171,7 @@ export interface LocalizedError {
|
||||
|
||||
export function getI18nOptions(): object {
|
||||
return {
|
||||
legacy: false,
|
||||
locale: DEFAULT_LANGUAGE,
|
||||
fallbackLocale: DEFAULT_LANGUAGE,
|
||||
formatFallbackMessages: true,
|
||||
|
||||
Reference in New Issue
Block a user