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

Pluralization in views is now broken with 3.0.11 release #3685

Closed
phene opened this issue Nov 18, 2011 · 0 comments
Closed

Pluralization in views is now broken with 3.0.11 release #3685

phene opened this issue Nov 18, 2011 · 0 comments
Milestone

Comments

@phene
Copy link

phene commented Nov 18, 2011

Using pluralization from a view is now broken because the :count key isn't included in I18n::RESERVED_KEYS.

http://rubyonrails-security.googlegroups.com/attach/c65c24fbc4b6dd82/3-0-translate.patch?view=1&part=3

Because of this, any integer passed with the :count key will be converted to a string and proper pluralization does not occur.

arunagw pushed a commit to arunagw/rails that referenced this issue Nov 30, 2011
…ixes rails#3685.

Conflicts:

	actionpack/CHANGELOG.md

Conflicts:

	actionpack/CHANGELOG.md
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

2 participants