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
Uh oh!
There was an error while loading. Please reload this page.
-
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