First time here? Check out the FAQ!

Revision history  [back]

Make "Comments" translatable

In file macros.html (row 395) need change:

<h2 class="comment-title">Comments</h2>

on

<h2 class="comment-title">{% trans %}Comments{% endtrans %}</h2>

Make "Comments" translatable

In file macros.html (row 395) need change:

<h2 class="comment-title">Comments</h2>

on

<h2 class="comment-title">{% trans %}Comments{% endtrans %}</h2>

Make "Comments" translatable

In file macros.html (row 395) need change:

<h2 class="comment-title">Comments</h2>

on

<h2 class="comment-title">{% id="comment-title">{% trans %}Comments{% endtrans %}</h2>

Make "Comments" translatable

In file macros.html (row 395) need change:

<h2 class="comment-title">Comments</h2>

on

<h2 id="comment-title">{% trans %}Comments{% endtrans %}</h2>