1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-06-14 02:39:13 +08:00

fix i18n in services

This commit is contained in:
Henry Jameson 2021-04-25 13:30:18 +03:00
parent 9e8513b312
commit b479d80366

View file

@ -61,7 +61,7 @@ const persistedStateOptions = {
modules: {
i18n: {
getters: {
i18n: () => i18n
i18n: () => i18n.global
}
},
interface: interfaceModule,