﻿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
23019	"Wrong/missing Dutch translation for ""July"""	wannes	nobody	"On my website I have entries with creation date (a simple DateTimeField) to be rendered in template like this:
{{{
<time itemprop=""dateCreated"" datetime=""{{ user_input.creation_date|date:'c' }}"">{{ user_input.creation_date|date:""j E Y"" }}</time>
}}}

While March and June entries are correctly rendered as e.g. ''1 maart 2014'' and ''14 juni 2014'', the July entries say ''13 july 2014''. In Dutch, it should be ""juli"".

Since for the other months it works fine and it's a monolingual website (settings.LANGUAGE_CODE = 'nl-BE'), I'm assuming this is a bug in Django internationalization (I'm using Django 1.6.5)."	Bug	closed	Internationalization	1.6	Normal	invalid	i18n, Dutch, month, datetime, formatting		Unreviewed	0	0	0	0	0	1
