mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-05 12:47:29 +01:00
Fix remaining translation parameters
This commit is contained in:
parent
00bb8a486d
commit
71b4a0416f
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
{% if package.issueTracker %}
|
{% if package.issueTracker %}
|
||||||
<p class="alert alert-secondary">
|
<p class="alert alert-secondary">
|
||||||
{{ _("Found a bug? Post on the <a href='%{url}s'>issue tracker</a> instead.", url=package.issueTracker) }}<br />
|
{{ _("Found a bug? Post on the <a href='%(url)s'>issue tracker</a> instead.", url=package.issueTracker) }}<br />
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
{{ _("Delete reply by %{username)s in %(title)s ", title=thread.title, username=reply.author.username) }}
|
{{ _("Delete reply by %(username)s in %(title)s ", title=thread.title, username=reply.author.username) }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user