# 修改默认语言

This commit is contained in:
guihouchang 2025-05-23 16:25:09 +08:00
parent 07eea0f484
commit 8b807a8968

View file

@ -5,7 +5,7 @@ import { createI18n } from 'vue-i18n';
const i18n = createI18n({
legacy: false,
locale: 'en',
locale: 'zh',
messages,
});