Patch #10066
i18n not working with russian gem
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | I18n | |||
Target version: | 1.4.0 |
Description
r8629 brakes some views with gem russian enabled:
ActionView::TemplateError (translation data {:one=>"1 Задача", :zero=>"0 Задача", :other=>"%{count} Задачи"} can not be used with :count => 11) on line #21 of app/views/versions/_overview.html.erb:
Here is ru.yml_pluralize.patch to fix it.
Here is discussion about this bug.
Related issues
Associated revisions
i18n not working with russian gem (#10066).
History
#1
Updated by Etienne Massip about 11 years ago
- Target version set to 1.4.0
#2
Updated by Jean-Philippe Lang almost 11 years ago
- Status changed from New to Closed
Patch applied in r8939.