Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: not reading exclude option from config file #167

Merged
merged 2 commits into from
May 26, 2022
Merged

fix: not reading exclude option from config file #167

merged 2 commits into from
May 26, 2022

Conversation

kleinfreund
Copy link
Contributor

@kleinfreund kleinfreund commented May 18, 2022

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.

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.
@Spittal Spittal merged commit e743a59 into Spittal:main May 26, 2022
@Spittal
Copy link
Owner

Spittal commented May 26, 2022

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

@kleinfreund kleinfreund deleted the 164-fix-exclude-option-not-working-in-config-file branch May 27, 2022 15:48
josestbernard pushed a commit to josestbernard/vue-i18n-extract that referenced this pull request Nov 3, 2022
…n-not-working-in-config-file

fix: not reading exclude option from config file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration file ignore excludedKeys
2 participants