1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-06 14:05:18 +02:00

# 修改默认语言

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,
});