gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: Replacing the gettext tags in ideas.h


From: gnunet
Subject: [taler-www] branch master updated: Replacing the gettext tags in ideas.html.j2
Date: Fri, 17 Nov 2023 07:51:52 +0100

This is an automated email from the git hooks/post-receive script.

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new e695e93  Replacing the gettext tags in ideas.html.j2
e695e93 is described below

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

    Replacing the gettext tags in ideas.html.j2
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 template/ideas.html.j2 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/template/ideas.html.j2 b/template/ideas.html.j2
index ba115d6..edadedd 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>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]