Author: adrian
Date: 2007-05-12 10:38:24 -0500 (Sat, 12 May 2007)
New Revision: 5207
Modified:
django/trunk/docs/i18n.txt
Log:
Fixed #4281 -- Fixed error in docs/i18n.txt example
Modified: django/trunk/docs/i18n.txt
===================================================================
--- django/trunk/docs/i18n.txt 2007-05-12 15:35:11 UTC (rev 5206)
+++ django/trunk/docs/i18n.txt 2007-05-12 15:38:24 UTC (rev 5207)
@@ -236,7 +236,7 @@
``{% plural %}`` tag, which appears within ``{% blocktrans %}`` and
``{% endblocktrans %}``. Example::
- {% blocktrans count list|count as counter %}
+ {% blocktrans count list|length as counter %}
There is only one {{ name }} object.
{% plural %}
There are {{ counter }} {{ name }} objects.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---