mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
Fix remaining translation parameters
This commit is contained in:
parent
00bb8a486d
commit
71b4a0416f
@ -13,7 +13,7 @@
|
||||
|
||||
{% if package.issueTracker %}
|
||||
<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>
|
||||
{% endif %}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% 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 %}
|
||||
|
||||
{% block content %}
|
||||
|
Loading…
Reference in New Issue
Block a user