mirror of
https://iceshrimp.dev/iceshrimp/akkoma-fe.git
synced 2025-12-16 16:33:03 +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