The current template tag implementation for i18n seems a bit
cumbersome and looks like it makes the template code harder to
maintain.
Would it be possible to code the translation logic in the template
parser?

Automatically extract all strings in the template code which could be
translated (text between html elements, some attributes like title and
alt)
Run it through gettext and store a translated version in cache.


Well there must be some difficulties with this :)
--~--~---------~--~----~------------~-------~--~----~
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