mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-02-13 16:13:22 +01:00
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