QuiiBz / next-international

Type-safe internationalization (i18n) for Next.js
https://next-international.vercel.app
MIT License
1.19k stars 52 forks source link

Is there any way to adopt i18n without sub-path routing on Pages Router? #398

Open yukiyohure opened 2 months ago

yukiyohure commented 2 months ago

Is your feature request related to a problem? Please describe. I've been working on the B2B SaaS project that needs to adopt i18n without sub-path routing. I found that next-international introduces the feature on App Router with the config but on Pages Router.

Describe the solution you'd like Being able to use the i18n feature without sub-path routing (e.g. with cookies).

Describe alternatives you've considered

Additional context