forked from AkkomaGang/akkoma-fe
fix i18n in services
This commit is contained in:
parent
9e8513b312
commit
b479d80366
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ const persistedStateOptions = {
|
|||
modules: {
|
||||
i18n: {
|
||||
getters: {
|
||||
i18n: () => i18n
|
||||
i18n: () => i18n.global
|
||||
}
|
||||
},
|
||||
interface: interfaceModule,
|
||||
|
|
Loading…
Reference in a new issue