fix ModelName default pluralization#252
Conversation
1 similar comment
|
What issue are you seeing here? The form of These rules will usually come from the `rails-i18n' gem. |
|
Yes, the reason was to use english locale. At the time |
|
To be honest, I'm not 100% convinced which route is the best way to go here.
Just for clarification, we know the plural translation isn't provided. However a singular translation could have been provided, so we are not necessarily just pluralizing the internal model name. By way of example, consider a model named If the developer provides both singular and plural options, everything is straight-forward and works as expected: de:
activerecord:
models:
dog:
one: Hund
other: HundeThe difference comes when only the singular form is provided: de:
activerecord:
models:
dog: HundIn the current version, the I think I'd be open to a configuration option |
No description provided.