ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
986 stars 411 forks source link

[BUG] Pluralization rules for RU language #595

Closed dmitrue closed 2 years ago

dmitrue commented 2 years ago

Hi there,

Prior to Rails 7 this rule (for Russian language) worked fine. I understand that I need to add other rule as well, however count: 3 should go to few option, like it was in Rails 6..

translation data {:one=>"1 ванная комната", :few=>"%{count} ванные комнаты", :many=>"%{count} ванных комнат"} can not be used with :count => 3. key 'other' is missing.