Hi
In the i18n docs it says you can pass in translations to template tags
in the following format:
{% some_special_tag _("Page not found") value|yesno:_("yes,no") %}
* http://www.djangoproject.com/documentation/i18n/#in-template-code
Has anyone got this working? I wrote a basic custom tag just to pass
the value back and it just displays _("Page not found")
any ideas?
Thanks -Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---