summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--docs/topics/i18n/translation.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 16c76fa608..05186ba858 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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 %}