Browse Source

Added Slovenian

philippe_mingo 24 years ago
parent
commit
edf1a733c6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      functions/i18n.php

+ 3 - 0
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;