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

A way to only scan for the keys, without $t/v-t prefixes #205

Open daniandl opened 1 year ago

daniandl commented 1 year ago

In our codebase, we often define the keys in computed properties and then translating them in the template with variables. Is there a way to only scan for the keys?