mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-08 14:37:29 +08:00
feat: Fix Translation Issue in Input Field Placeholder on First Login (#7369)
This commit is contained in:
parent
2ff1e3a245
commit
836f6c3520
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue