gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Using {% trans %} instead of gettext


From: gnunet
Subject: [taler-www] branch master updated: Using {% trans %} instead of gettext tags
Date: Thu, 16 Nov 2023 20:28:47 +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 3fb4d12  Using {% trans %} instead of gettext tags
3fb4d12 is described below

commit 3fb4d12f4e46210be182e0189c759cf09e4bb210
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Thu Nov 16 20:27:36 2023 +0100

    Using {% trans %} instead of gettext tags
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 template/kyc-done.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/kyc-done.html.j2 b/template/kyc-done.html.j2
index b55d7c1..ebf3e12 100644
--- a/template/kyc-done.html.j2
+++ b/template/kyc-done.html.j2
@@ -2,7 +2,7 @@
 {% block body_content %}
 <article class="container">
   <header>
-    <h1>{{ _("Identification complete")}}</h1>
+    <h1>{% trans %}Identification complete{% endtrans %}</h1>
   </header>
   <main id="maincontent">
     <p>

-- 
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]