Jeremy Newman : adding Polish

Jeremy Newman jnewman at winehq.org
Fri May 8 10:50:36 CDT 2009


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

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri May  8 10:50:10 2009 -0500

adding Polish

---

 templates/en/lang.template |    4 ++++
 templates/pl/lang.template |   37 -------------------------------------
 2 files changed, 4 insertions(+), 37 deletions(-)

diff --git a/templates/en/lang.template b/templates/en/lang.template
index a634696..086a020 100644
--- a/templates/en/lang.template
+++ b/templates/en/lang.template
@@ -25,6 +25,10 @@
         <a href="{$root}/lang/fr" title="Français">Français</a> <small>(French)</small>
     </li>
 
+    <li style="background-image: url('{$root}/images/lang/pl.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
+        <a href="{$root}/lang/pl" title="Português">Polski</a> <small>(Polish)</small>
+    </li>
+
     <li style="background-image: url('{$root}/images/lang/pt.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
         <a href="{$root}/lang/pt" title="Português">Português</a> <small>(Portuguese)</small>
     </li>
diff --git a/templates/pl/lang.template b/templates/pl/lang.template
deleted file mode 100644
index cefa84c..0000000
--- a/templates/pl/lang.template
+++ /dev/null
@@ -1,37 +0,0 @@
-<!--TITLE:[WineHQ - Pick your Language]-->
-<!--BLURB:[WineHQ is a multi-lingual website]-->
-
-<h1 class="title">{$langChange}</h1>
-
-<!--EXEC:[language]-->
-
-<p><b>Aktualny język: </b> {$langCur}</p>
-
-<ul style="list-style: none; margin-left: 20px; padding: 0;">
-    
-    <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> <small>(Angielski)</small>
-    </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>(Niemiecki)</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> <small>(Hiszpański)</small>
-    </li>
-
-    <li style="background-image: url('{$root}/images/lang/fr.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
-        <a href="{$root}/lang/fr" title="Français">Français</a> <small>(Francuski)</small>
-    </li>
-
-    <li style="background-image: url('{$root}/images/lang/fr.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
-        <a href="{$root}/lang/fr" title="Français">Polski</a>
-    </li>
-
-    <li style="background-image: url('{$root}/images/lang/pt.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;">
-        <a href="{$root}/lang/pt" title="Português">Português</a> <small>(Portugalski)</small>
-    </li>
-
-</ul>
-




More information about the wine-cvs mailing list