﻿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
20455	Don't use plural forms without specific numbers	Axel Hecht	Marc Egli	"There are a handful of languages which use the same grammatical form for 1 and, say, 11.

If you're using gettext plurals for a message that doesn't specify the number, you get

""Fix the following error."" when there are actually 11 errors down the line.

Example would be https://github.com/django/django/blob/master/django/contrib/admin/locale/en/LC_MESSAGES/django.po#L427

{{{
#: templates/admin/change_form.html:44 templates/admin/change_list.html:67
#: templates/admin/login.html:17
#: templates/admin/auth/user/change_password.html:27
#: templates/registration/password_change_form.html:20
msgid ""Please correct the error below.""
msgid_plural ""Please correct the errors below.""
msgstr[0] """"
msgstr[1] """"
}}}"	Bug	closed	Internationalization	dev	Normal	fixed		Axel Hecht frog32@…	Accepted	1	0	0	0	0	0
