diff options
| author | Kasyap Pentamaraju <vpentamaraju@webmd.net> | 2025-10-23 10:17:55 +0530 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-27 14:43:40 -0400 |
| commit | 368f955c371cab5db18e9e239d10560cf15f5ea4 (patch) | |
| tree | 29455ff6286bb7e641197628bee8d34047b6a09e | |
| parent | 71267c97db211f1d7f1b8b794ceb2167a7619a4d (diff) | |
[5.2.x] Fixed #36681 -- Removed English pluralization bias from example in docs/topics/i18n/translation.txt.
Backport of 0ea01101c3a35568bc43e9707ac058b9874bd425 from main.
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1049,6 +1049,7 @@ answer newbie questions, and generally made Django that much better: Unai Zalakain <unai@gisa-elkartea.org> Valentina Mukhamedzhanova <umirra@gmail.com> valtron + Varun Kasyap Pentamaraju <varunkasyap@hotmail.com> Vasiliy Stavenko <stavenko@gmail.com> Vasil Vangelovski Vibhu Agarwal <vibhu-agarwal.github.io> diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index faeccbaecf..0884f75752 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -715,7 +715,7 @@ An example: .. code-block:: html+django {% blocktranslate count counter=list|length %} - There is only one {{ name }} object. + There is {{ counter }} {{ name }} object. {% plural %} There are {{ counter }} {{ name }} objects. {% endblocktranslate %} |
