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

Feature-Request: include_keys as the opposite of ignored_keys #139

Open
h0jeZvgoxFepBQ2C opened this issue Sep 16, 2019 · 3 comments
Open

Comments

@h0jeZvgoxFepBQ2C
Copy link
Contributor

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?

@mlitwiniuk
Copy link
Member

Sure, as well as we'll be able to clearly communicate, that user can use on OR the other.

@h0jeZvgoxFepBQ2C
Copy link
Contributor Author

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

?

@mlitwiniuk
Copy link
Member

I'll be happy to review whatever you'll come up with :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants