From e4ff0781eb2e324ffcc003d2fe46cd4b02f260c8 Mon Sep 17 00:00:00 2001 From: gustavf Date: Thu, 23 Mar 2000 14:20:13 +0000 Subject: [PATCH 1/1] Added Russian translation. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@323 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.25.1