diff --git a/AUTHORS b/AUTHORS index 28169c3e17..5acbe27233 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1066,6 +1066,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 %}