Hello,

I have developed a Django application that provides an interface for
editing gettext message files in a Django project. It accepts
translations from English to a different language, merges those
translations with the existing message catalog, then does a recompile
on the message files. Unfortunately, the new translations don't
immediately show in the site pages; it seems a server restart is
required.

I tried calling translation.deactivate_all() and then calling
translation.activate(<translation language >) from my code but
apparently only a restart does the trick.

Does anyone know how to make Django's i18n machinery pick up new
translations as soon as they are generated?

Thanks,

James


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to