Replies: 1 comment
-
I've tried the Extending messages hook solution, but it doesn't work when The module is trying to load files located at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have multiple frontend project with the same common trunk holding shared configuration, components and such ...
This shared package is imported as dependency in each project.
I'm having trouble correctly importing localization messages from this package.
I've tried to dynamic imports with lazy loading, but couldn't find a working solution.
Most of my issues are from the fact that
vue-i18n
tries to import translations in client-side also.node_modules/@my-org/shared/i18n/en/common.json
src/i18n/en/common.json
expected object
Beta Was this translation helpful? Give feedback.
All reactions