vue-i18n-extract
vue-i18n-extract copied to clipboard
nuxt format app.i18n.t('xxx') isn't supported
If you use nuxt, you can translate with a server context through the help of app.i18n wich has a t method.
Is it possible to add the app.i18n.t and app.i18n.tc methods to the list of the regexp please?
Thanks