This commit is contained in:
huang jx 2025-04-08 11:42:03 +02:00 committed by GitHub
commit 9146a318ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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