Added Slovenian
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 13 Nov 2001 16:56:12 +0000 (16:56 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 13 Nov 2001 16:56:12 +0000 (16:56 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1745 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/i18n.php

index f9ba45074b85dde6624cb38fecbcd1d204e0c922..7151b06d373129bc2822e24b711295c3a9c53c62 100644 (file)
    $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;