Added Slovenian
[squirrelmail.git] / 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;