From 4cbca61c0edb615399916a840c5851191d16ef22 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 20 Dec 2001 09:42:31 +0000 Subject: [PATCH] Bulgarian commented until submission git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1869 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/i18n.php b/functions/i18n.php index f205968f..1d5f66b9 100644 --- a/functions/i18n.php +++ b/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; -- 2.25.1