Merge branch 'develop' of ssh://risosrv:5522/~/repository/newfreeplanet into develop

This commit is contained in:
Surya Paolo
2024-01-10 00:03:22 +01:00
2 changed files with 32 additions and 81 deletions

View File

@@ -1133,10 +1133,12 @@ export const useUserStore = defineStore('UserStore', {
this.usersList = [...usersList]
},
setlang($q: any, router: Router, newstr: string) {
setlang($q: any, router: Router, newstr: string) {
console.log('SETLANG', newstr)
this.lang = newstr
toolsext.setLangAtt($q, router, newstr)
toolsext.setLangAtt($q, router, newstr)
tools.localStSetItem(toolsext.localStorage.lang, this.lang)
},