Re: I18N+Database Problem

2006-08-25 Thread Matthew Marshall
AFAIK, django's i18n support is mainly for static strings in the code and templates. For keeping multiple translations of database content, you'll need something more. This might work for you: http://trac.studioquattro.biz/djangoutils/wiki/TranslationService I also started working on a translat

I18N+Database Problem

2006-08-23 Thread Anthyme
Hello ! First I want to say I'm sorry if I have a poor English, it's not my first language. My problem is that : I start learning I18n with Django but i don't understand how to create langage file (type .po) with the content of the database (like CharField). I wonder if it's possible to do it be