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

fix: not reading exclude option from config file #167

Closed kleinfreund closed 2 years ago

kleinfreund commented 2 years ago

Renames the excludedKeys option used in the default configuration file created via vue-i18n-extract init to exclude so that it matches the exclude CLI argument.

Fixes an issue where setting the exclude option in the config file wouldn’t work.

Intends to fix #164.

Spittal commented 2 years ago

hahah yup! this was 100% an oversight thanks for the PR!