From fba22d1710567a2a0b49b67b7fd03550d1e56b88 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Sun, 23 Jul 2000 17:15:25 +0000 Subject: [PATCH] put the sweedish translation in the LC_MESSAGES directory, adn added it to i18n.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@623 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 30894d01..91e87667 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -23,6 +23,8 @@ $languages["ru"]["CHARSET"] = "koi8-r"; $languages["pl"]["NAME"] = "Polish"; $languages["pl"]["CHARSET"] = "iso-8859-2"; + $languages["sv"]["NAME"] = "Sweedish"; + $languages["sv"]["CHARSET"] = "iso-8859-1"; // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { -- 2.25.1