Handle routes by myself #2296
Unanswered
carloschneider
asked this question in
Q&A
Replies: 1 comment
-
The only way is to preload the translations and pass them via resources option here: https://github.com/i18next/next-i18next/blob/master/examples/simple/next-i18next.config.js#L27 |
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
-
I would like to manually create the routes in NextJS
/en
,/es
,/pt
and send the current language to next-i18next.Is there any manual way to tell next-i18next (appWithTranslation) which language should be loaded?
Beta Was this translation helpful? Give feedback.
All reactions