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?

I think it should be built in to core since so many of us use multiple
languages in our webapps, so using it would be something like this:

1. import the multilang in models.py
2. flag specific fields for content translation
3. set the LANGUAGES in settings.py

What do you guys think?

// mika

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