nuxt3
nuxt3 copied to clipboard
onBeforeLanguageSwitch & onLanguageSwitched
Hi team,
Firstly thank you a lots for this module, I'm new with Vue3 and struggled to intergrate i18n with Nuxt until I found this 😄
Just one question: Have we supported callbacks onBeforeLanguageSwitch and onLanguageSwitched yet?
https://i18n.nuxtjs.org/api#onbeforelanguageswitch
Since these callbacks are very useful in Nuxt 2, I can use them to handle the API after locale change.
I’m forcusing on nuxt/i18n. And currently, I’m developing core library for nuxt/i18n and it will be able to use as vue plugin library.