Allow translating text in templates

This commit is contained in:
rubenwardy
2022-01-07 23:27:00 +00:00
parent c8b0f9e6ce
commit c5a6ae3035
60 changed files with 415 additions and 349 deletions

View File

@@ -129,7 +129,7 @@
by {{ t.author.display_name }}
</a>
{% else %}
<p class="list-group-item"><i>No threads found</i></p>
<p class="list-group-item"><i>{{ _("No threads found") }}</i></p>
{% endfor %}
{% endmacro %}
@@ -209,6 +209,6 @@
</div>
</a>
{% else %}
<p class="list-group-item"><i>No threads found</i></p>
<p class="list-group-item"><i>{{ _("No threads found") }}</i></p>
{% endfor %}
{% endmacro %}