Django and i18n

2008-05-30 Thread Taevin
I've been working with translation in Django and it mostly works but I'm wondering if there is a 'cleaner' way of doing things. That is, here is what I seem to have to do to get a page translated into the correct language: URLs are of the form $domain/$language_code/$page (e.g. www.example.com/e

Re: Django and i18n

2008-06-09 Thread Taevin
gt; I hope that helps. > --yml > > On May 30, 6:09 pm, Taevin <[EMAIL PROTECTED]> wrote: > > > I've been working with translation in Django and it mostly works but > > I'm wondering if there is a 'cleaner' way of doing things.  That is, > > he