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

pull/7372/head
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
1 changed files with 1 additions and 1 deletions

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: {