Astro i18n has the concept of "locale paths". Basically a custom prefix for a language.
If you have a multipart language tag like de-CH you may not want it in the URL. ch or swiss would be friendlier prefixes. This can be done with locale paths.
Proposal
Add support for locale paths to the Prefix Strategy in Paraglide-SvelteKit and Paraglide-Next.
Context
Astro i18n has the concept of "locale paths". Basically a custom prefix for a language.
If you have a multipart language tag like
de-CH
you may not want it in the URL.ch
orswiss
would be friendlier prefixes. This can be done with locale paths.Proposal
Add support for locale paths to the Prefix Strategy in Paraglide-SvelteKit and Paraglide-Next.