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

Ломает плюрализацию russian #22

Closed
yura opened this issue Jun 1, 2012 · 2 comments
Closed

Ломает плюрализацию russian #22

yura opened this issue Jun 1, 2012 · 2 comments
Assignees
Milestone

Comments

@yura
Copy link

yura commented Jun 1, 2012

config/locales/ru.yml

ru:
  items:
    one: '%{count} товар'
    few: '%{count} товара'
    many: '%{count} товаров'    

rails c:

> I18n.t :items, :count => 101
 => "101 товаров"

Должно быть:

> I18n.t :items, :count => 101
 => "101 товар"
@ghost ghost assigned kslazarev Jun 1, 2012
@kslazarev
Copy link
Owner

Попробуй ветку hotfix/gem_russian.

@yura
Copy link
Author

yura commented Jun 2, 2012

да, всё правильно. спасибо!

@yura yura closed this as completed Jun 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants