Replies: 1 comment
-
This is more a question for i18next itself as loading the translation files is outside remix-i18next scope (that's responsibility of your backend) From what I understand you have language and locale, there's no way to add another dynamic value so you can do |
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
-
Hey remix-i18next team, I'm sorry for posting this here. I didn't find any resource to ask except StackOverflow, and I'm really urgently looking for an answer to my question.
I'd be grateful if you share your experience with me to fix my case.
I'm working on a project which we're using
react-i18next
remix-spa
for localization, and I want to organize my translation files in the following folder structure:What I'm Trying to Achieve:
My Current Attempt:
Here's the code I currently have:
I tried to use loadPath like below but I don't know how to tell the dynamic folder inside /pages
Any help would be greatly appreciated! Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions