﻿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
14735	Wrong plural formulation in search_form.html	Claude Paroz	Claude Paroz	"In search_form.html template from contrib.admin, the singular of the search results message is using a number (1) instead of the variable:
{{{
  {% blocktrans count cl.result_count as counter %}1 result{% plural %}{{ counter }} results{% endblocktrans %}
}}}

This is fine in English, but is causing issues in languages where the singular might be used with more than one number, like 0 and 1 for French. Fix is trivial and requires using {{ counter }} in singular form also."		closed	contrib.admin	1.2		fixed			Accepted	1	0	0	0	0	0
