gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] branch master updated: i18 marking cleanup


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: i18 marking cleanup
Date: Tue, 07 Mar 2017 13:51:43 +0100

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

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 5735495  i18 marking cleanup
5735495 is described below

commit 5735495742db885c8188fc57a6a19dc4e367c15b
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 7 13:53:20 2017 +0100

    i18 marking cleanup
---
 developers.html.j2 | 38 +++++++++++++++++++++++++-------------
 1 file changed, 25 insertions(+), 13 deletions(-)

diff --git a/developers.html.j2 b/developers.html.j2
index 5ff9101..880925d 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -11,7 +11,9 @@
     <div class="col-lg-6">
       <h2>{{ _("Free") }}</h2>
 
-      <p>{{ _("Taler is free software implementing an open
+      <p>
+        {% trans %}
+               Taler is free software implementing an open
                protocol. Anybody is welcome to inspect our code
                and integrate our reference implementation into
                their applications.  Different components of Taler
@@ -23,13 +25,17 @@
                for wallets and related customer-facing software.
                We are open for constructive suggestions for
                maximizing the adoption of this libre payment
-               platform.  ") }}</p>
+               platform.
+        {% endtrans %}
+      </p>
 
     </div>
     <div class="col-lg-6">
       <h2>{{ _("RESTful") }}</h2>
 
-      <p>{{ _("Taler is designed to work on the Internet.  To
+      <p>
+        {% trans %}
+               Taler is designed to work on the Internet.  To
                ensure that Taler payments can work with
                restrictive network setups, Taler uses a RESTful
                protocol over HTTP or HTTPS. Taler's security does
@@ -40,9 +46,9 @@
                structure data, making it easy to integrate Taler
                with existing Web applications.  Taler's protocol
                is documented in
-               detail <a href='https://api.taler.net/'>here</a>.
-               ") }}</p>
-      
+               detail <a href="https://api.taler.net/";>here</a>.
+        {% endtrans %}
+      </p>
     </div>
   </div>
 </div>
@@ -53,7 +59,9 @@
     <div class="col-lg-4">
       <h2>{{ _("Code") }}</h2>
 
-      <p>{{ _("Taler is currently primarily developed by a
+      <p>
+        {% trans %}
+               Taler is currently primarily developed by a
                research team at Inria and GNUnet e.V. However,
                contributions from anyone are welcome.  Our Git
                repositories can be cloned using the Git and HTTP
@@ -61,19 +69,23 @@
                the name of the respective repository. A list of
                public repositories can be found in
                our <a href='https://git.taler.net/'>GitWeb</a>.
-               ") }}</p>
-
+         {% endtrans %}
+     </p>
     </div>
     <div class="col-lg-4">
       <h2>{{ _("Documentation") }}</h2>
 
-      <p>{{ _("In addition to this website,
-               the <a href='https://git.taler.net/'>documented
+      <p>
+        {% trans %}
+               In addition to this website,
+               the <a href="https://git.taler.net/";>documented
                code</a> and
-               the <a href='https://api.taler.net/'>API
+               the <a href="https://api.taler.net/";>API
                documentation</a>, we are in the process of
                preparing a comprehensive design document which
-               will be published here soon.  ") }}</p>
+               will be published here soon.
+       {% endtrans %}
+      </p>
     </div>
      <div class="col-lg-4">
       <h2>{{ _("Discussion") }}</h2>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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