﻿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
3877	Newforms and i18n bug	Olive	hugo	"Here is how I define a form in my views:

class MyForm(forms.Form):
    name        = forms.CharField(label=_('Name'))
    ...

The problem is _('Name') is translated when I restart the server
(Django or Apache),
but not when I switch the browser locale.

I tried both
from django.utils.translation import gettext_lazy as _
and
from django.utils.translation import gettext as _ "		closed	Internationalization	dev		duplicate			Unreviewed	0	0	0	0	0	0
