Re: Newform and i18n

2007-03-30 Thread olive
Ticket is #3877. I did not found a way to assign the ticket to you Malcom. It has been assigned to Hugo. On 30 mar, 08:53, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2007-03-30 at 01:43 -0700, olive wrote: > > Hello, > > > Here is how I define a form in my views: > > > class MyForm

Re: Newform and i18n

2007-03-30 Thread Malcolm Tredinnick
On Fri, 2007-03-30 at 01:43 -0700, olive wrote: > Hello, > > 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