Spittal / vue-i18n-extract

Manage vue-i18n localization with static analysis
https://pixari.github.io/vue-i18n-extract/#what-is-it
MIT License
312 stars 85 forks source link

nuxt format app.i18n.t('xxx') isn't supported #192

Open existe-deja opened 1 year ago

existe-deja commented 1 year ago

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