Hello all, I'm a little stuck working with some template filters in django in a multi-lingual site. Basically some of our content in an Arabic version is not being translated and so we need some of template filters to just output in English. However they continue to output in Arabic.
The main template filters I am having problems with is 'filesizeformat' and 'date'. Now I totally understand why Django inherits this behavoiur and it makes sense to me. However our clients are keen to have the filters not translated. So my question is, is there a way to force template tags not to translate? Something like {{doc.download|filesizeformat|no_trans}} If not is there any other way to force certain template tags not to translate? Many thanks in advance. Rob -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.