Replies: 1 comment 1 reply
-
Seems Next.js does not support this: https://nextjs.org/docs/advanced-features/i18n-routing |
Beta Was this translation helpful? Give feedback.
1 reply
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 need to implement a translation soluition for a Nextjs project that should handle http://localhost:3000/de/ch/slugname
language:de country:ch
instead I am receiving { country:'slugname ', language:'ch'}
Here is an example of what I tried so far: https://github.dev/noidar/next-i18next-sub-path-routing-test
Is there any solution? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions