-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
featureA request, idea, or new functionalityA request, idea, or new functionality
Description
Some users asked to localize the urls
We actually offer different modes : 'prefix-no-default' | 'prefix-all' | 'no-prefix' | 'search-params'
Doc: https://intlayer.org/doc/concept/configuration#routing-configuration
We you like to add an additional mode: 'custom-routes'
Wanted behavior:
instead of /en/about x /fr/about, getting /about x /a-propos
It should be implemented on both nextjs and vite proxies
packages/next-intlayer/src/proxy/intlayerProxy.ts
packages/vite-intlayer/src/intlayerProxyPlugin.ts
It should rewrite the url only, without redirection
Metadata
Metadata
Assignees
Labels
featureA request, idea, or new functionalityA request, idea, or new functionality