vue-i18n-extract
vue-i18n-extract copied to clipboard
A way to only scan for the keys, without $t/v-t prefixes
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?