Translations with namespace in different files #881
-
Hey, I want to split translations into different files with a namespace.
Then I can lazy load these files only when needed for example on route change. The usage could be something like:
I have already achieved this a time ago in another project with i18next and I try to figure out, how an equal logic can be implemented with vue-i18n. I think scopes do not fit my needs for this. Maybe I missed something and someone got a good idea. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, I found the messageResolver in version v9.2+ where I can implement this logic |
Beta Was this translation helpful? Give feedback.
Well, I found the messageResolver in version v9.2+ where I can implement this logic