From 7548917371aa4e79fc420d3e53399182e01cc2c1 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Tue, 13 Nov 2001 16:56:12 +0000 Subject: [PATCH] Added Slovenian git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1745 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/i18n.php b/functions/i18n.php index f9ba4507..7151b06d 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -141,6 +141,9 @@ $languages['lt']['CHARSET'] = 'iso-8859-13'; $languages['lt_LT']['ALIAS'] = 'lt'; + $languages['sl']['NAME'] = 'Slovenian'; + $languages['sl']['CHARSET'] = 'iso-8859-2'; + // Decodes a string to the internal encoding from the given charset function charset_decode ($charset, $string) { global $debug_mime; -- 2.25.1