gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] 01/04: mark navigation bar entries as translate


From: gnunet
Subject: [GNUnet-SVN] [taler-www] 01/04: mark navigation bar entries as translateable
Date: Mon, 31 Jul 2017 10:05:27 +0200

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

grothoff pushed a commit to branch master
in repository www.

commit deab1dafdd7b15ba9b68d84cb2e7e6abf27ffc2c
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Jul 29 20:26:30 2017 +0200

    mark navigation bar entries as translateable
---
 common/navigation.j2.inc | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 048e675..fb1a08d 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -2,18 +2,18 @@
   <div class="container-fluid">
     <ul class="nav navbar-nav">
       <li class="{{ 'active' if filename == 'index.html' else '' }}"><a 
class="taler_home" href="index.html">Taler</a></li>
-      <li class="{{ 'active' if filename == 'citizens.html' else '' }}"><a 
href="citizens.html">Citizens</a></li>
-      <li class="{{ 'active' if filename == 'merchants.html' else '' }}"><a 
href="merchants.html">Merchants</a></li>
-      <li class="{{ 'active' if filename == 'governments.html' else '' }}"><a 
href="governments.html">Governments</a></li>
+      <li class="{{ 'active' if filename == 'citizens.html' else '' }}"><a 
href="citizens.html">{{ _("Citizens") }}</a></li>
+      <li class="{{ 'active' if filename == 'merchants.html' else '' }}"><a 
href="merchants.html">{{ _("Merchants") }}</a></li>
+      <li class="{{ 'active' if filename == 'governments.html' else '' }}"><a 
href="governments.html">{{ _("Governments") }}</a></li>
       <li class="dropdown">
-        <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">Resources <span 
class="caret"></span></a>
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown" 
role="button" aria-haspopup="true" aria-expanded="false">{{ _("Resources") }} 
<span class="caret"></span></a>
         <ul class="dropdown-menu">
-          <li><a href="architecture.html">System Architecture</a></li>
-          <li><a href="faq.html">FAQ</a></li>
-          <li><a href="glossary.html">Glossary</a></li>
-          <li><a href="developers.html">Developer Introduction</a></li>
-          <li><a href="copyright.html">Copyright for Contributors</a></li>
-          <li><a href="bibliography.html">Bibliography</a></li>
+          <li><a href="architecture.html">{{ _("System Architecture") }} 
</a></li>
+          <li><a href="faq.html">{{ _("FAQ") }}</a></li>
+          <li><a href="glossary.html">{{ _("Glossary") }}</a></li>
+          <li><a href="developers.html">{{ _("Developer Introduction") 
}}</a></li>
+          <li><a href="copyright.html">{{ _("Copyright for Contributors") 
}}</a></li>
+          <li><a href="bibliography.html">{{ _("Bibliography") }}</a></li>
         </ul>
       </li>
     </ul>

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



reply via email to

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