Closed kleinfreund closed 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.
excludedKeys
vue-i18n-extract init
exclude
Fixes an issue where setting the exclude option in the config file wouldn’t work.
Intends to fix #164.
hahah yup! this was 100% an oversight thanks for the PR!
Renames the
excludedKeys
option used in the default configuration file created viavue-i18n-extract init
toexclude
so that it matches theexclude
CLI argument.Fixes an issue where setting the
exclude
option in the config file wouldn’t work.Intends to fix #164.