﻿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
14906	r14915 removed alternative month names from Polish translation added in r14000	Jerzy Ludwichowski	Jarek Zgoda	"Given the template code:

{{{
<p>Dzisiejsza data: {{ dzisiaj|date:""j F Y"" }}</p>
<p>Dzisiejsza data: {{ dzisiaj|date:""j E Y"" }}</p>
}}}

I get the following:

{{{
Dzisiejsza data: 15 Grudzień 2010

Dzisiejsza data: 15 December 2010
}}}

Expected is (the second line was in error):


{{{
Dzisiejsza data: 15 Grudzień 2010

Dzisiejsza data: 15 grudnia 2010

}}}

as per http://docs.djangoproject.com/en/dev/ref/templates/builtins/, which says:

{{{
E 	Month, locale specific alternative representation usually used for long date representation. 	'listopada' (for Polish locale, as opposed to 'Listopad')

}}}

Of course USE_I18N and USE_L10N are set to True which can be seen form the first lines of the sample renderings. My Django version is ""bleeding edge"" SVN-14918.

Is that a bug or am I overseeing something."		closed	Translations	dev		fixed			Accepted	0	0	0	0	0	0
