intlify / nuxt3

Nuxt 3 Module for vue-i18n-next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onBeforeLanguageSwitch & onLanguageSwitched

dungonfq opened this issue ยท comments

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.