nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.65k stars 465 forks source link

fix: locale prefixes are not added to route aliases #2962

Closed BobbieGoede closed 1 month ago

BobbieGoede commented 1 month ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

Resolves #2957

This adds locale prefixes to route aliases but requires the experimental scanPageMeta feature to be enabled to work, not entirely sure where in the docs would be appropriate to document this.

๐Ÿ“ Checklist

danielroe commented 1 month ago

I would like to make scanPageMeta GA for Nuxt v3.12 if possible (or v4 if not).

~> https://github.com/nuxt/nuxt/pull/27134

kazupon commented 1 month ago

I would like to make scanPageMeta GA for Nuxt v3.12 if possible (or v4 if not).

Good news! Thanks @danielroe โค๏ธ