Explorar o código

Bulgarian commented until submission

philippe_mingo %!s(int64=23) %!d(string=hai) anos
pai
achega
4cb7c40c17
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;