catalog: translation fix

This commit is contained in:
czaks 2013-07-18 16:13:48 -04:00
parent aa9844ae2a
commit a5a1f00223

View File

@ -22,7 +22,7 @@
<img src="{{post.file}}" class="{{post.board}}" title="{{post.bump|date('%b %d %H:%M')}}">
</a>
<span class="replies">
<strong>{{ post.reply_count }} {% if post.reply_count == 1 %}{% trans 'reply' %}{% else %}{% trans 'replies' %}{% endif %}</strong><br/>
<strong>{% trans %}1 reply{% plural post.omitted %}{{ count }} replies{% endtrans %}</strong><br/>
{{ post.body }}
</span>
</div>