Re: Translating field titles of newforms

2008-02-15 Thread Malcolm Tredinnick
On Fri, 2008-02-15 at 06:24 -0800, Vladimir Pouzanov wrote: > Is it possible to somehow make use of i18n with {{ field.label_tag }} > of the newforms form fields? Sure. Make sure when you specify the label on the form field, it's wrapped in a call to ugettext_lazy(). The rest should happen autom

Translating field titles of newforms

2008-02-15 Thread Vladimir Pouzanov
Is it possible to somehow make use of i18n with {{ field.label_tag }} of the newforms form fields? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-user