- {% blocktrans with pages_total=pages_total|intcomma %}In {{ year }}, {{ display_name }} read {{ books_total }} books
for a total of {{ pages_total }} pages!{% endblocktrans %}
+ {% blocktrans trimmed counter count=books_total pages_total with pages_total=pages_total|intcomma %}
+ In {{ year }}, {{ display_name }} read {{ books_total }} book
for a total of {{ pages_total }} pages!
+ {% plural %}
+ In {{ year }}, {{ display_name }} read {{ books_total }} books
for a total of {{ pages_total }} pages!
+ {% endblocktrans %}
{% trans "That’s great!" %}
@@ -184,7 +196,11 @@
- {% blocktrans %}{{ display_name }} left {{ ratings_total }} ratings,
their average rating is {{ rating_average }}{% endblocktrans %}
+ {% blocktrans trimmed counter count=ratings_total %}
+ {{ display_name }} left {{ ratings_total }} rating,
their average rating is {{ rating_average }}
+ {% plural %}
+ {{ display_name }} left {{ ratings_total }} ratings,
their average rating is {{ rating_average }}
+ {% endblocktrans %}
@@ -224,7 +240,7 @@
- {% blocktrans %}All the books {{ display_name }} read in {{ year }}{% endblocktrans %}
+ {% blocktrans %}All the books {{ display_name }} read in {{ year }}{% endblocktrans %}