Jeremy Newman : adding German as language

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


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

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

adding German as language

---

 include/data.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/data.php b/include/data.php
index c5281d7..22efb06 100644
--- a/include/data.php
+++ b/include/data.php
@@ -49,6 +49,10 @@ class data
                                                'name'   => 'English',
                                                'change' => 'Change Language'
                                               ),
+                                 'de' => array(
+                                               'name'   => 'Deutsch',
+                                               'change' => 'Ändern Sie Sprache'
+                                              ),
                                  'es' => array(
                                                'name'   => 'Español',
                                                'change' => 'Cambiar la Lengua'




More information about the wine-cvs mailing list