Add trans

This commit is contained in:
cuom1999 2023-01-27 17:38:05 -06:00
parent f33dd38269
commit 64a5c73c21
2 changed files with 11 additions and 30 deletions

View file

@ -134,10 +134,7 @@
{% if node.score <= vote_hide_threshold %}
<div class="comment-body bad-comment-body">
<p>
{% trans id=node.id %}
This comment is hidden due to too much negative feedback.
Click <a href="javascript:comment_show_content({{ id }})">here</a> to view it.
{% endtrans %}
{% trans id=node.id %}This comment is hidden due to too much negative feedback. Click <a href="javascript:comment_show_content({{ id }})">here</a> to view it.{% endtrans %}
</p>
</div>
{% endif %}