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
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