mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-02-04 14:33:01 +08:00
fix: fix issue with install app no label (#8326)
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user