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

Not ignoring pluralisation #331

Closed
i2chris opened this issue Aug 13, 2019 · 3 comments
Closed

Not ignoring pluralisation #331

i2chris opened this issue Aug 13, 2019 · 3 comments

Comments

@i2chris
Copy link

i2chris commented Aug 13, 2019

It ignores datetime keys but the missing pluralisation keys still appear in the missing translations section. Is there a specific rule needed to ignore pluralisations?

ignore_missing:
  - '{datetime, activerecord, date, datetime,i18n, number, devise, spree, support, time, helpers}.*'
Missing translations (13) | i18n-tasks v0.9.29
+--------+------------------------------------------------+----------------------------------+
| Locale | Key                                            | Value in other locales or source |
+--------+------------------------------------------------+----------------------------------+
|   pl   | cannot_register_samples.counting               | few, many                        |
|   pl   | datetime.distance_in_words.about_x_hours       | few, many                        |
|   pl   | datetime.distance_in_words.about_x_months      | few, many                        |
|   pl   | datetime.distance_in_words.about_x_years       | few, many                        |
|   pl   | datetime.distance_in_words.almost_x_years      | few, many                        |
|   pl   | datetime.distance_in_words.less_than_x_minutes | few, many                        |
|   pl   | datetime.distance_in_words.less_than_x_seconds | few, many                        |
|   pl   | datetime.distance_in_words.over_x_years        | few, many                        |
|   pl   | datetime.distance_in_words.x_days              | few, many                        |
|   pl   | datetime.distance_in_words.x_minutes           | few, many                        |
|   pl   | datetime.distance_in_words.x_months            | few, many                        |
|   pl   | datetime.distance_in_words.x_seconds           | few, many                        |
|   pl   | you_are_adding_items_from_the_trolley.counting | few, many                        |
+--------+------------------------------------------------+----------------------------------+
@nitsujri
Copy link

nitsujri commented Jun 7, 2021

Language specific ignore_missing doesn't work yet: #339

@davidwessman
Copy link
Collaborator

@glebm Closed by #389 ?

@glebm
Copy link
Owner

glebm commented Apr 3, 2022

Yep!

@glebm glebm closed this as completed Apr 3, 2022
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

No branches or pull requests

4 participants