瀏覽代碼

Added Slovenian

philippe_mingo 24 年之前
父節點
當前提交
edf1a733c6
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      functions/i18n.php

+ 3 - 0
functions/i18n.php

@@ -141,6 +141,9 @@
    $languages['lt']['CHARSET'] = 'iso-8859-13';
    $languages['lt']['CHARSET'] = 'iso-8859-13';
    $languages['lt_LT']['ALIAS'] = 'lt';
    $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
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {
    function charset_decode ($charset, $string) {
       global $debug_mime;
       global $debug_mime;