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: add contact page to foot


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: add contact page to footer, and fix i18n in footer
Date: Mon, 06 Mar 2017 23:10:34 +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 cca1a39  add contact page to footer, and fix i18n in footer
cca1a39 is described below

commit cca1a39145bb64d395a70cf754b5f855bf191efe
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 6 23:10:32 2017 +0100

    add contact page to footer, and fix i18n in footer
---
 common/footer.j2.inc | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 527b0ab..40f9780 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -4,28 +4,29 @@
       <div class="row">
         <div class="col-xs-12 col-sm-4">
           <ul class="footer-list">
-            <li><p><a href="about.html">About</a></p></li>
-            <li><p><a href="investors.html">For Investors</a></p></li>
+            <li><p><a href="about.html">{{ _("About") }}</a></p></li>
+            <li><p><a href="contact.html">{{ _("Contact") }}</a></p></li>
+            <li><p><a href="investors.html">{{ _("For Investors") 
}}</a></p></li>
           </ul>
         </div>
         <div class="col-xs-12 col-sm-4">
           <ul class="footer-list">
-            <li><p><a href="governments.html">Governments</a></p></li>
-            <li><p><a href="merchants.html">Merchants</a></p></li>
-            <li><p><a href="citizens.html">Citizens</a></p></li>
+            <li><p><a href="governments.html">{{ _("Governments") }} 
</a></p></li>
+            <li><p><a href="merchants.html">{{ _("Merchants") }}</a></p></li>
+            <li><p><a href="citizens.html">{{ _("Citizens")}} </a></p></li>
           </ul>
         </div>
         <div class="col-xs-12 col-sm-4">
           <ul class="footer-list">
-            <li><p><a href="developers.html">Developer Resources</a></p></li>
-            <li><p><a href="faq.html">FAQ</a></p></li>
+            <li><p><a href="developers.html">{{ _("Developer Resources") 
}}</a></p></li>
+            <li><p><a href="faq.html">{{ _("FAQ") }}</a></p></li>
           </ul>
         </div>
       </div>
     </div>
   </div>
   <div class="container text-center">
-    <p>&copy; <a href="https://gnunet.org/ev";>GNUnet e.V.</a> and Inria 2015, 
2016, 2017</p>
+    <p>&copy; <a href="https://gnunet.org/ev";>GNUnet e.V.</a> {{_("and") }} 
Inria 2015, 2016, 2017</p>
     <p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free 
Software</a> only.") }}</p>
   </div>
 </footer>

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



reply via email to

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