Corrected a Credits Confusion
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 19 Nov 2001 13:21:58 +0000 (13:21 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 19 Nov 2001 13:21:58 +0000 (13:21 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1779 7612ce4b-ef26-0410-bec9-ea0150e637f0

AUTHORS
functions/i18n.php

diff --git a/AUTHORS b/AUTHORS
index d1f017001b482c294aabf1a5cc2aa660a05bda0c..421eede56ca36f1b4645d44da1b86415570cb7bc 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,6 +22,8 @@
    Czech         Ondrej Sury <ondrej@sury.cz>
    Danish        Claus Rasmussen <claus@webclaus.com>
    Dutch         Arjen Halma <arjen@halma.nl>
+                 Thijs Kinkhorst <thijs@jaze.nl>
+                 M.J. Prinsen <dompie@mail.com>
    Estonian      Lauri Jesmin <jesmin@ut.ee>
                  Peeter Russak <pezz@tkwcy.ee>
    Finnish       Teemu Junnila <teejun@vallcom.com>
index 7151b06d373129bc2822e24b711295c3a9c53c62..992178de406c05838cd6c073168e8a102c05e7d7 100644 (file)
    $languages['sl']['NAME']    = 'Slovenian';
    $languages['sl']['CHARSET'] = 'iso-8859-2';
 
+   $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;