If the default locale is inside the url, the locale is not maintained during routing #2282
Unanswered
KoYoungWock
asked this question in
Q&A
Replies: 1 comment
-
I don't know if I understood correctly, but try to push it like this: https://github.com/i18next/next-i18next/blob/master/examples/simple/pages/index.tsx#L24 |
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
-
Situation: When I launch the web in the app, there is a locale in the url, but when I push like above on the web, there is a problem that the locale is not maintained in the url.
After looking into it, I saw the next-i18next document saying that if defaultLocale's locale is in url, erasing locale in url, I'd appreciate it if you could let me know if there's anything I missed.
Beta Was this translation helpful? Give feedback.
All reactions