1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

feat: Fix Translation Issue in Input Field Placeholder on First Login (#7369)

This commit is contained in:
zhengkunwang 2024-12-16 13:46:09 +08:00 committed by GitHub
parent 2ff1e3a245
commit 836f6c3520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ import en from './modules/en';
const i18n = createI18n({
legacy: false,
locale: localStorage.getItem('lang') || 'zh',
locale: localStorage.getItem('lang') || 'en',
fallbackLocale: 'en',
globalInjection: true,
messages: {