nuxt-modules / i18n

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

router.back() #2953

Open FarzinMoha opened 1 month ago

FarzinMoha commented 1 month ago

when I navigate to "/profile" from "/" and then click to change language, route changes to "it/profile" and then when I click on back button: <Button @click="router.back()">{{ t('back') }} the page doesn't navigate to "/it" it just back to "/profile"

I want when in homepage I navigate to "/profile" and then click to change language the route changes to "it/profile" and then when I click on back button it navigate to "/it/"