You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using <NuxtLinkLocale> with to="/some-url-in-your-application" with target="_blank", locale prefix is not inserted in the resulting URL.
Additional context
In my opinion prefix should be added (or omitted if it is a default locale) as I use <NuxtLinkLocale> here with exact purpose to direct to my application. Otherwise I would have used just an ordinary <a> tag or even <NuxtLink>
Logs
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-l8bdri?file=pages%2Ftest.vue,pages%2Findex.vue but it won't work in stackblitz so it needs to be reproduced in local environment
Describe the bug
When using
<NuxtLinkLocale>
withto="/some-url-in-your-application"
withtarget="_blank"
, locale prefix is not inserted in the resulting URL.Additional context
In my opinion prefix should be added (or omitted if it is a default locale) as I use
<NuxtLinkLocale>
here with exact purpose to direct to my application. Otherwise I would have used just an ordinary<a>
tag or even<NuxtLink>
Logs
The text was updated successfully, but these errors were encountered: