Can I load locales from different paths? #875
Unanswered
ivansevillaa
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can implement |
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
-
The default is to load the locale from
locales/en/user.json
I want to load from wherever I want for example from:
pages/user/i18n.json
But is probably I have nested routes, so if inside user I have another screen I'd like to load the locale from the same way:
pages/user/settings/i18n.json
Is possible?
Beta Was this translation helpful? Give feedback.
All reactions