﻿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
12380	Shouldn't the pluralize filter consider 0 to be singular?	aleray	nobody	"Shouldn't the pluralize filter consider 0 to be singular?

Consider this example:

{{{
{% get_comment_count for paragraph as comment_count %}
{{ comment_count }} comment{{ comment_count|pluralize }}
}}}

For instance if comment_count is equal to 0, the output will be ""0 comments"" (with a final s).
"	Uncategorized	closed	Template system	1.5	Normal	invalid	pluralize templatetag		Unreviewed	0	0	0	0	0	0
