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 ignoring missing for pluralization #389

Merged
merged 4 commits into from
Sep 10, 2021

Conversation

pedrozath
Copy link
Contributor

@pedrozath pedrozath commented Sep 3, 2021

References #331

When you add a pattern for ignoring missing, it is currently not ignoring the pluralization for that pattern.
This commit fixes that, by skipping plural nodes that were ignored in the configuration for ignore_missing.

When you add a pattern for ignoring missing, it is currently not
ignoring the pluralization for that pattern.

This commit fixes that, by skipping plural nodes that were ignored
in the configuration for `ignore_missing`.

Co-authored-by: Yordan Santallana <[email protected]>
@yorsant
Copy link
Contributor

yorsant commented Sep 3, 2021

References #331

Copy link
Owner

@glebm glebm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please also add or update the test for this?

lib/i18n/tasks/missing_keys.rb Outdated Show resolved Hide resolved
@pedrozath pedrozath requested a review from glebm September 7, 2021 14:46
@pedrozath
Copy link
Contributor Author

pedrozath commented Sep 7, 2021

@glebm thanks for reviewing this! just updated the test :)

@glebm glebm merged commit b04a9cf into glebm:main Sep 10, 2021
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.

4 participants