diff options
| -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 %} |
