﻿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
28136	timesince() uses wrong plural form in Polish when the number is 14.	Rafał P.	nobody	"Tested in version 1.11:

{{{
>>> from datetime import timedelta
>>> from django.utils import translation
>>> from django.utils.timezone import now
>>> from django.utils.timesince import timesince
>>> translation.activate('pl')
>>> timesince(now() - timedelta(minutes=14))
'14\xa0minuty'
}}}
The result should be '14\xa0minut'. In version 1.10.6 the above code works as expected."	Bug	closed	Internationalization	1.11	Normal	invalid			Unreviewed	0	0	0	0	0	0
