Hi need help,

I am using django soring application:

https://github.com/directeur/django-sorting

I just wonder if there is a way to make local names for sorting filters...
E.g. I am trying to localize following:

<th>{% anchor total Rating %}</th>

And using standard django trick

<th>{% anchor total _("Rating") %}</th>

is not helping... Don't know what to do...
See:
http://stackoverflow.com/questions/5978927/django-sorting-localization-is-not-working

-- 
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