Spittal / vue-i18n-extract

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

Idea: Allow users to specify an exclusion list of known unknowns for dynamic keys which can't be inferred. #141

Closed owlyowl closed 2 years ago

owlyowl commented 3 years ago

For certain scenarios where keys are built up in code or returned from external sources it would be good to be able to specify a list of known unknowns.

Spittal commented 2 years ago

An exclude option will be available with next release! Thanks @dgrabla