Przeglądaj źródła

updated for german translation

lkehresman 25 lat temu
rodzic
commit
7c51477d69
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      trunk/squirrelmail/functions/i18n.php

+ 2 - 0
trunk/squirrelmail/functions/i18n.php

@@ -18,6 +18,8 @@
    $languages[0]["CODE"] = "en";
    $languages[1]["NAME"] = "Norsk";
    $languages[1]["CODE"] = "no";
+   $languages[2]["NAME"] = "German";
+   $languages[2]["CODE"] = "ger";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {