﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17065	Plural forms are broken in (at least) Russian .po	Nikolay Zakharov	nobody	"It seems like we introduced plural forms breakage in some languages since the transition to transifex.net.

On the appropriate [[https://www.transifex.net/projects/p/django/resource/core/l/ru/view/|page]] one can try to search some plural words, like ""week"". Russian plural forms for week are ""неделя"", ""недели"", ""недель"". Transifex shows us that there are three forms but second and third are '''equal'''.

One can also inspect the current [[source:/trunk/django/conf/locale/ru/LC_MESSAGES/django.po|Russian django.po file]] and see that there are 3 forms defined in `Plural-Forms` header, but 4 `msgstr[i]` string for each words with plural forms. And `msgstr[1]==msgstr[2]==msgstr[3]`.

Since this issue can occur in other languages (I suppose to check at least those languages mentioned in r15752) this ticket was created.

I am not a member of any translation team in transifex, so I can't fix it there and will just attach a patch against current git mirror as an example."	Bug	closed	Translations	1.3	Normal	invalid	locale plural russian	dimitris@…	Accepted	1	0	0	0	1	0
