nuxt-modules / i18n

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

page alias no have prefix #2957

Closed anas-js closed 4 months ago

anas-js commented 4 months ago

Environment


Reproduction

https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-aqe4tk?file=pages%2Ftest.vue

Describe the bug

When I add:

definePageMeta({
  name: 'test',
  alias: '/test-alias',
});

i18n does not add a prefix to alias and it is repeated in all languages: image

test-alias It is repeated

Additional context

No response

Logs

No response