mirror of https://github.com/1Panel-dev/1Panel
feat: Fix Translation Issue in Input Field Placeholder on First Login (#7369)
parent
2ff1e3a245
commit
836f6c3520
|
@ -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…
Reference in New Issue