소스 검색

Bulgarian commented until submission

philippe_mingo 23 년 전
부모
커밋
4cb7c40c17
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      functions/i18n.php

+ 2 - 1
functions/i18n.php

@@ -159,9 +159,10 @@ if (! isset($squirrelmail_language)) { $squirrelmail_language = ''; }
    $languages['sl']['NAME']    = 'Slovenian';
    $languages['sl']['CHARSET'] = 'iso-8859-2';
 
+   /* Commented until submission
    $languages['bg']['NAME']    = 'Bulgarian';
    $languages['bg']['CHARSET'] = 'iso-8859-1';
-
+   */
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {
       global $debug_mime;