Added Russian translation.
authorgustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 23 Mar 2000 14:20:13 +0000 (14:20 +0000)
committergustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 23 Mar 2000 14:20:13 +0000 (14:20 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@323 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/i18n.php

index 3105c53a88328d571119730d7f63422e1b3be83b..1fe565fa13cfd79a333be6a5978a09a741666e75 100644 (file)
@@ -20,6 +20,8 @@
    $languages[1]["CODE"] = "no";
    $languages[2]["NAME"] = "Deutcsh";
    $languages[2]["CODE"] = "de";
+   $languages[2]["NAME"] = "Russian KOI8-R";
+   $languages[2]["CODE"] = "ru";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {