Re: Django books application i18n

2007-07-09 Thread Joseph Heck
Even with generic views, you have custom templates. For anything in the template, first {% load i18n %} and then follow the instructions for internationalizing the text on the template. If it's something coming from your inside model, there's really no option for internationalizing that data asid

Re: Django books application i18n

2007-07-08 Thread Gianluca
Thanks...but in my case? I have thought to extends the "change_form.html" generic template. But how can I refer to a field of my data model? ( book name field for example) Thanks. Joseph Heck ha scritto: > I think most everything that you'd like to know is detailed out at > http://www.djangopro

Re: Django books application i18n

2007-07-06 Thread Joseph Heck
I think most everything that you'd like to know is detailed out at http://www.djangoproject.com/documentation/i18n/ -joe On 7/6/07, Gianluca <[EMAIL PROTECTED]> wrote: > > Hello, > I'm following the Django tutorial about books application. How can I > internationalize this application? > For exa

Django books application i18n

2007-07-06 Thread Gianluca
Hello, I'm following the Django tutorial about books application. How can I internationalize this application? For example, how can I internationalize a field name of insert book form? Thanks Gianluca --~--~-~--~~~---~--~~ You received this message because you ar