From f13e6c90cfc1a35888df801c36bf0e5c080515a9 Mon Sep 17 00:00:00 2001 From: Kasyap Pentamaraju Date: Thu, 23 Oct 2025 10:17:55 +0530 Subject: [6.0.x] Fixed #36681 -- Removed English pluralization bias from example in docs/topics/i18n/translation.txt. Backport of 0ea01101c3a35568bc43e9707ac058b9874bd425 from main. --- AUTHORS | 1 + docs/topics/i18n/translation.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 68686a79f0..0a764879ab 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1064,6 +1064,7 @@ answer newbie questions, and generally made Django that much better: Unai Zalakain Valentina Mukhamedzhanova valtron + Varun Kasyap Pentamaraju Vasiliy Stavenko Vasil Vangelovski Vibhu Agarwal diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 89dd11e0f4..560aa476a1 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 %} -- cgit v1.3