From: gustavf Date: Thu, 23 Mar 2000 14:20:13 +0000 (+0000) Subject: Added Russian translation. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e4ff0781eb2e324ffcc003d2fe46cd4b02f260c8;p=squirrelmail.git Added Russian translation. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@323 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/i18n.php b/functions/i18n.php index 3105c53a..1fe565fa 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -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) {