i18nexus / next-i18n-router

Next.js App Router internationalized routing and locale detection.
MIT License
262 stars 18 forks source link

Can we use this without pathname and just use cookie for locale recognition? #54

Closed kneza23 closed 8 months ago

kneza23 commented 9 months ago

I would be really thankful if you can help us regrading this. Thanks

i18nexus commented 9 months ago

This is not currently supported with this library. But I think we've had enough requests at this point to implement it 🙂

We'll use this issue to track progress of this. In the meantime, you can see an example implementation (without this library) in issue #2

i18nexus commented 8 months ago

This is now supported in v5.4.0 with the noPrefix config option 🎉