- Fix: choose language : added flags

This commit is contained in:
Paolo Arena
2019-02-16 02:01:17 +01:00
parent ffe3fce52b
commit ea18c4e5b9
14 changed files with 226 additions and 54 deletions

View File

@@ -142,6 +142,8 @@ export default class Signin extends Vue {
}
return riscode
}).then((riscode) => {
this.$i18n.locale = UserStore.state.lang // Set Lang
globalroutines(this, 'loadapp', '')
return riscode
})