jmDesktop,

On Mon, 21 Apr 2008, jmDesktop wrote:

> {% trans 'Bob's administration' %}

One can find examples of using the trans template tag about 1/4 of the way 
down the Internationalization documentation page:

http://www.DjangoProject.com/documentation/i18n/

For the above it looks like:

{% trans "Bob's administration" %}

or

{% blocktrans %}Bob's administration{% endblocktrans %}

might work.



Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

Si hoc legere scis nimium eruditionis habes.
Longum iter est per praecepta, breve et efficax per exempla!!!


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