1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #36681 -- Removed English pluralization bias from example in docs/topics/i18n/translation.txt.

This commit is contained in:
Kasyap Pentamaraju
2025-10-23 10:17:55 +05:30
committed by Jacob Walls
parent c87daabbf3
commit 0ea01101c3
2 changed files with 2 additions and 1 deletions

View File

@@ -1066,6 +1066,7 @@ answer newbie questions, and generally made Django that much better:
Unai Zalakain <unai@gisa-elkartea.org> Unai Zalakain <unai@gisa-elkartea.org>
Valentina Mukhamedzhanova <umirra@gmail.com> Valentina Mukhamedzhanova <umirra@gmail.com>
valtron valtron
Varun Kasyap Pentamaraju <varunkasyap@hotmail.com>
Vasiliy Stavenko <stavenko@gmail.com> Vasiliy Stavenko <stavenko@gmail.com>
Vasil Vangelovski Vasil Vangelovski
Vibhu Agarwal <vibhu-agarwal.github.io> Vibhu Agarwal <vibhu-agarwal.github.io>

View File

@@ -715,7 +715,7 @@ An example:
.. code-block:: html+django .. code-block:: html+django
{% blocktranslate count counter=list|length %} {% blocktranslate count counter=list|length %}
There is only one {{ name }} object. There is {{ counter }} {{ name }} object.
{% plural %} {% plural %}
There are {{ counter }} {{ name }} objects. There are {{ counter }} {{ name }} objects.
{% endblocktranslate %} {% endblocktranslate %}