We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a pretty big system with many locales / keys, and it would be great if we could explicitly say which keys we want to include.
Would you accept a PR for a "include_keys" feature which works like the "ignored_keys" feature?
The text was updated successfully, but these errors were encountered:
Sure, as well as we'll be able to clearly communicate, that user can use on OR the other.
Sorry, something went wrong.
Actually it would be possible too, to use both:
include_keys: "test.all" exclude_keys: "test.all.bigsubkey"
result: => test.all - without test.all.bigsubkey
?
I'll be happy to review whatever you'll come up with :)
No branches or pull requests
We have a pretty big system with many locales / keys, and it would be great if we could explicitly say which keys we want to include.
Would you accept a PR for a "include_keys" feature which works like the "ignored_keys" feature?
The text was updated successfully, but these errors were encountered: