Multiple locations for locales #2167
Replies: 1 comment 2 replies
-
I'm facing the same situation right now, where the translations are located at different paths inside the application. I have 2 core libs (shared translations and shared ui components) from which i want to load the translations and also feature libs with its own translation. @adrai Is there a way to achieve this with the current api? I tried setting the @rune-hansen How did you solve it? Thanks in advance for any tipp! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to specify multiple locations for the locales. Something like having "localePath" accept an array?
We have our global locales in a core package that is used by all apps and only the app specific locales are under the src/i18n/locales folder
Beta Was this translation helpful? Give feedback.
All reactions