Hi,

Le 31 mars 2011 à 09:34, Mika Sjöman a écrit :

> Hi
> 
> The content of my models have fields that need to be translated in the django 
> admin in several languages.
> 
> I found it to be a major hassle to get it working. Since django is having 
> internationalization built in, why does it not also allow you to easily mark 
> model fields for translation?

Django provides tools to get static content translated.
You are trying to do so on dynamic content which is really different.
You might want to look at http://djangopackages.com/grids/g/model-translation/ 
to get what you're looking for.

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