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

Два параметра для choose_plural вместо трех #15

Closed
l0kix2 opened this issue Apr 9, 2013 · 2 comments
Closed

Comments

@l0kix2
Copy link

l0kix2 commented Apr 9, 2013

Кажется существуют случаи, когда choose_plural может принимать 2 варианта в строке variants и интерпретировать, что множественное число для 2 и для 5 в данном падеже одинаковое.
Например

choose_plural(1, 'проектом,проектами')
>>> 'проектом'
choose_plural(2, 'проектом,проектами')
>>> 'проектами'
choose_plural(5, 'проектом,проектами')
>>> 'проектами'

Если то, что я описал корректно, попробую сделать пуллреквест.

@y10h
Copy link
Collaborator

y10h commented Dec 2, 2013

Мне не принципиально со стороны API, но со стороны реализации будет немного более "мусорно". Хотелось чтобы было нужно более чем одному человеку :)

@y10h
Copy link
Collaborator

y10h commented Aug 12, 2022

Закрываю за давностью.

@y10h y10h closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 2022
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