Re: How to translate database content?

2013-04-19 Thread Daniel Krol
Oh, just to be clear, the hack involves putting the content into the template, and marking it for translation. On Friday, April 19, 2013 1:57:44 PM UTC-7, Daniel Krol wrote: > > There isn't anything built into Django to translate the content of models. > This is because the GNU

Re: How to translate database content?

2013-04-19 Thread Daniel Krol
There isn't anything built into Django to translate the content of models. This is because the GNU gettext system that Django uses for translation stores the original->translation mappings in a "compiled" file which only changes between restarts of the server. That means anything you dynamically