﻿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
3600	Newforms label translation fails	Timo	Adrian Holovaty	"Newforms' labels can be translated with gettext during initialization.

{{{

class TestForm(forms.Form):
    name = forms.CharField(label=capfirst(_('name')), max_length=255)

}}}

But this works only at first time. If you want to change your language during session ('/i18n/setlang/') the labels are not translated to the new language you are requesting."		closed	Forms	dev		fixed	newforms translation internationalization		Accepted	1	0	0	1	0	0
