Hi Alan,

> Is this really meant to work so that you create translations in a file
> manually and then create objects with names/descriptions that have
> translation in the file or is there a more automatic way to do this?

currently, Django's i18n system is made to translate static strings in
a project. It is not meant to dynamically assign translations to model
instances. For assignment of translated labels on a model, you can
check you http://code.google.com/p/transdb/ though I don't know how
admin is supported and how stable is the project.
--~--~---------~--~----~------------~-------~--~----~
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