How to exclude urls from translating? #2308
Replies: 1 comment
-
Ok seems like I found a solution.
|
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
-
Hello,
my app is combination of Next.js and client side React on /app/[...] route. I would like to disable the Internationalization on this route, since it's handled by react i18n there.
The main reason is, that when the user is on the /en/page, and wants to go to the app, he is redirected to /en/app which doesn't exists.
I saw documentation in next.js, that has custom middleware, in which the routing is handled. But with this library I am not sure where I do that.
Any help will be highly appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions