#11988: Wrong translated result count text on admin search form block when
LANGUAGE_CODE = 'zh-CN'
-----------------------------------+----------------------------------------
Reporter: twinsant | Owner: nobody
Status: new | Milestone:
Component: Translations | Version: 1.1
Resolution: | Keywords: search_form
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-----------------------------------+----------------------------------------
Changes (by twinsant):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
forgot the bug code block:
django/contrib/admin/templates/admin/search_form.html
{% if show_result_count %}
<span class="small quiet">{% blocktrans count cl.result_count as
counter %}1 result{% plural %}{{ counter }} results{% endblocktrans %} (<a
href="?{% if cl.is_popup %}pop=1{% endif %}">{% blocktrans with
cl.full_result_count as full_result_count %}{{ full_result_count }}
total{% endblocktrans %}</a>)</span>
{% endif %}
--
Ticket URL: <http://code.djangoproject.com/ticket/11988#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---