diff --git a/templates/post_thread.html b/templates/post_thread.html index 0a996013..095c53f9 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -10,10 +10,10 @@ {% elseif post.file == 'deleted' %} {% elseif post.file and post.file %} -

File: {{ post.file }} +

{% trans %}File:{% endtrans %} {{ post.file }} ( {% if post.thumb == 'spoiler' %} - Spoiler Image, + {% trans %}Spoiler Image{% endtrans %}, {% endif %} {{ post.filesize|filesize }} {% if post.filex and post.filey %} @@ -110,22 +110,22 @@ {% if post.omitted or post.omitted_images %} {% if post.omitted %} - {{ post.omitted }} post - {% if post.omitted != 1 %} - s - {% endif %} + {% trans %} + 1 post + {% plural post.omitted %} + {{ count }} posts + {% endtrans %} {% if post.omitted_images %} - and + {% trans %}and{% endtrans %} {% endif %} {% endif %} {% if post.omitted_images %} - {{ post.omitted_images }} image repl - {% if post.omitted_images == 1 %} - y - {% else %} - ies - {% endif %} - {% endif %} omitted. Click reply to view. + {% trans %} + 1 image reply + {% plural post.omitted_images %} + {{ count }} image replies + {% endtrans %} + {% endif %} {% trans %}omitted. Click reply to view.{% endtrans %} {% endif %} {% if not index %}