Skip to content

Commit

Permalink
Removed reference to potential exception during template rendering-ti…
Browse files Browse the repository at this point in the history
…me from the ungettext() documentation. Exceptions at that point should be considered and reported as a bug.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14758 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ramiro committed Dec 1, 2010
1 parent 2fa22a4 commit 4858a8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/topics/i18n/internationalization.txt
Expand Up @@ -214,8 +214,7 @@ cardinality of the elements at play.

You would get a ``a format specification for argument 'name', as in
'msgstr[0]', doesn't exist in 'msgid'`` error when running
``django-admin.py compilemessages`` or a ``KeyError`` Python exception at
runtime.
``django-admin.py compilemessages``.

.. _contextual-markers:

Expand Down Expand Up @@ -469,7 +468,7 @@ A more complex example::
That will cost $ {{ amount }} per {{ years }} years.
{% endblocktrans %}

When you both use the pluralization feature and bind values to local variables
When you use both the pluralization feature and bind values to local variables
in addition to the counter value, keep in mind that the ``blocktrans``
construct is internally converted to an ``ungettext`` call. This means the
same :ref:`notes regarding ungettext variables <pluralization-var-notes>`
Expand Down

0 comments on commit 4858a8d

Please sign in to comment.