ruby-i18n/i18n

[BUG] Pluralization rules for RU language

dmitrue opened this issue · 0 comments

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.