taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit e695e93a808688f409895cb4d420d563d51a6062
parent 81a5da430ba4e0f24f6084a22de66ba665df3123
Author: Stefan Kügel <skuegel@web.de>
Date:   Fri, 17 Nov 2023 07:51:05 +0100

Replacing the gettext tags in ideas.html.j2

Signed-off-by: Stefan Kügel <skuegel@web.de>

Diffstat:
Mtemplate/ideas.html.j2 | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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>