更改默认语言和时区

This commit is contained in:
admin8800
2026-05-10 16:12:39 +08:00
parent 8126c2b663
commit f63ec0db18
7 changed files with 52 additions and 54 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ export default createVuetify({
},
},
locale: {
locale: localStorage.getItem("locale") ?? 'en',
fallback: 'en',
locale: localStorage.getItem("locale") ?? 'zhHans',
fallback: 'zhHans',
messages: { en, fa, vi, zhHans, zhHant, ru },
},
})