mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-10 23:47:39 +08:00
fix: fix issue with install app no label (#8326)
This commit is contained in:
parent
3437d62f31
commit
0022a9b508
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ const GlobalStore = defineStore({
|
|||
this.csrfToken = token;
|
||||
},
|
||||
updateLanguage(language: any) {
|
||||
if (language === 'pt-BR') {
|
||||
language = 'pt-br';
|
||||
}
|
||||
this.language = language;
|
||||
localStorage.setItem('lang', language);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue