Browse Source

Bulgarian commented until submission

philippe_mingo 23 years ago
parent
commit
4cb7c40c17
1 changed files with 2 additions and 1 deletions
  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;