Re: Multilingual text in db

2008-01-14 Thread Alex Koshelev
django-multilingual is more clean and have very good design. I have used it in some commercial projects. transdb is ugly in it design and concept. On 12 янв, 17:04, Grupo Django <[EMAIL PROTECTED]> wrote: > IMHO Internationalization is useless if there is no support for > multilingual translatio

Re: Multilingual text in db

2008-01-14 Thread Grupo Django
On 13 ene, 01:24, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On Jan 12, 2008 11:04 PM, Grupo Django <[EMAIL PROTECTED]> wrote: > > > > > IMHO Internationalization is useless if there is no support for > > multilingual translations in the database. I've seen different > > approaches like Dj

Re: Multilingual text in db

2008-01-12 Thread Russell Keith-Magee
On Jan 12, 2008 11:04 PM, Grupo Django <[EMAIL PROTECTED]> wrote: > > IMHO Internationalization is useless if there is no support for > multilingual translations in the database. I've seen different > approaches like Django Multilingual ( > http://code.google.com/p/django-multilingual/ > ) and tr

Multilingual text in db

2008-01-12 Thread Grupo Django
IMHO Internationalization is useless if there is no support for multilingual translations in the database. I've seen different approaches like Django Multilingual ( http://code.google.com/p/django-multilingual/ ) and transdb ( http://code.google.com/p/transdb/ ), but I have no idea which I should