opral / inlang-paraglide-js

Tree-shakable i18n library build on the inlang ecosystem.
https://inlang.com/m/gerre34r/library-inlang-paraglideJs
23 stars 0 forks source link

Support More complex translated pathnames in NextJS #71

Closed LorisSigrist closed 2 months ago

LorisSigrist commented 2 months ago

Context

Currently using translated pathnames in next is a pain since Wildcard path-segments are not supported. Pther i18n routing libraries such as next-intl do offer this. This would be a big QOL win.

Proposal

Match SvelteKit's i18n routing in the Next Adapter. We already have the logic, we just need to hook it into the adapter