Jeremy Newman : add english names of languages as well

Jeremy Newman jnewman at winehq.org
Thu Dec 11 10:25:25 CST 2008


Module: website
Branch: master
Commit: 882397ecd17a6536295cafd6e16a47618e68a188
URL:    http://source.winehq.org/git/website.git/?a=commit;h=882397ecd17a6536295cafd6e16a47618e68a188

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Thu Dec 11 10:24:01 2008 -0600

add english names of languages as well

---

 templates/en/lang.template |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/templates/en/lang.template b/templates/en/lang.template
index 0aa1263..c513cc1 100644
--- a/templates/en/lang.template
+++ b/templates/en/lang.template
@@ -12,9 +12,13 @@
     <li style="background-image: url('{$root}/images/lang/en.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
         <a href="{$root}/lang/en" title="English">English</a>
     </li></a>
-    
+
+    <li style="background-image: url('{$root}/images/lang/de.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
+        <a href="{$root}/lang/de" title="Deutsch">Deutsch</a> <small>(German)</small>
+    </li></a>
+
     <li style="background-image: url('{$root}/images/lang/es.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
-        <a href="{$root}/lang/es" title="Español">Español</a>
+        <a href="{$root}/lang/es" title="Español">Español</a> <small>(Spanish)</small>
     </li>
     
 </ul>




More information about the wine-cvs mailing list