aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-11-17 07:51:05 +0100
committerStefan Kügel <skuegel@web.de>2023-11-17 07:51:05 +0100
commite695e93a808688f409895cb4d420d563d51a6062 (patch)
treef575bf6545a00e50183be29311a2379de4892aa3 /template
parent81a5da430ba4e0f24f6084a22de66ba665df3123 (diff)
downloadwww-e695e93a808688f409895cb4d420d563d51a6062.tar.gz
www-e695e93a808688f409895cb4d420d563d51a6062.tar.bz2
www-e695e93a808688f409895cb4d420d563d51a6062.zip
Replacing the gettext tags in ideas.html.j2
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat (limited to 'template')
-rw-r--r--template/ideas.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/template/ideas.html.j2 b/template/ideas.html.j2
index ba115d61..edadedd8 100644
--- a/template/ideas.html.j2
+++ b/template/ideas.html.j2
@@ -2,7 +2,7 @@
{% block body_content %}
<main id="maincontent">
<div class="container">
- <h1>{{ _("Project ideas")}}</h1>
+ <h1>{% trans %}Project ideas{% endtrans %}</h1>
<p>
This page lists various ideas for projects related to GNU Taler
that might be suitable for the right person to work on, possibly
@@ -10,7 +10,7 @@
For each idea, we give a rough estimate for how long it is expected
to take and how difficult it should be.
</p>
- <h2>{{ _("Open")}}</h2>
+ <h2>{% trans %}Open{% endtrans %}</h2>
<ul>
<li>Update Pretix integration to latest Taler APIs, making use of the
newly added support for WebHooks and using refunds, possibly via
@@ -58,11 +58,11 @@
a fee structure and a target confidence interval. (300h, hard)</li>
<li>See <a href="https://bugs.taler.net/">our bugtracker</a> for further ideas.</li>
</ul>
- <h2>{{ _("Claimed")}}</h2>
+ <h2>{% trans %}Claimed{% endtrans %}</h2>
<ul>
<li></li>
</ul>
- <h2>{{ _("Finished")}}</h2>
+ <h2>{% trans %}Finished{% endtrans %}</h2>
<ul>
<li></li>
</ul>