mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix: Language set Correctly after Page Reload in Admin Interface
This commit is contained in:
parent
ebb7807d7f
commit
26fbadb864
@ -44,6 +44,9 @@ Vue.use(Toasted, {
|
||||
|
||||
addNavigationGuards(router, store, apolloProvider.defaultClient, i18n)
|
||||
|
||||
i18n.locale =
|
||||
store.state.moderator && store.state.moderator.language ? store.state.moderator.language : 'en'
|
||||
|
||||
new Vue({
|
||||
moment,
|
||||
router,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user