Thanks Hernik. I liked the idea of django-i18n-model but I couldn't
get it working. Now I'm about to try django-transmeta.


On Feb 23, 10:34 am, "Henrik Genssen" <henrik.gens...@miadi.net>
wrote:
> I feel, this should be something integrated into Django, too.
>
> So far I am using transdb (but I am still sitting on Django 1.1).
>
> advantage:
> - all translations in one field as a dict so easy searchable, if icontains is 
> all you want
>
> disadvantages:
> - all translations in one field as a dict, therefor finds other rows having a 
> similar phrase (in other languages), too, as you must use icontains
> - you can not use startswith or endswith
> - no support for django-tagging
>
> regards
>
> Henrik
>
>
>
>
>
>
>
> >reply to message:
> >date: 22.02.2011 13:13:18
> >from: "Federico Capoano" <nemesis.des...@libero.it>
> >to: "Django users" <django-users@googlegroups.com>
> >subject: [<django-users.googlegroups.com>] database i18n
>
> >I'm quite surprised that django doesn't have a native i18n solution
> >for models.
>
> >I've been trying some apps but one doesn't work with latest versions,
> >one is no longer developed, another one has no documentation, another
> >one simply doesn't work.
>
> >Tomorrow I'm going to try again and pheraps try some new ones.
>
> >What is your opinion regarding this matter? Is there an app you
> >suggest?
>
> >--
> >You received this message because you are subscribed to the Google Groups 
> >"Django users" group.
> >To post to this group, send email to django-users@googlegroups.com.
> >To unsubscribe from this group, send email to 
> >django-users+unsubscr...@googlegroups.com.
> >For more options, visit this group 
> >athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to