Module: website Branch: master Commit: 882397ecd17a6536295cafd6e16a47618e68a188 URL: http://source.winehq.org/git/website.git/?a=commit;h=882397ecd17a6536295cafd...
Author: Jeremy Newman jnewman@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>