Nattapong Ampornaramweth <yongnarak@yahoo.com> thai translation. Please someone...
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Sep 2001 14:06:40 +0000 (14:06 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Sep 2001 14:06:40 +0000 (14:06 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1531 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/i18n.php

index 71ce337ec5fb5a1febcfd659eafc42441cb9f02f..c015676f9ba13fef357f3f92ee692a0c557a650c 100644 (file)
    $languages['ro']['CHARSET'] = 'iso-8859-2';
    $languages['ro_RO']['ALIAS'] = 'ro';
 
+   $languages['th']['NAME']    = 'Thai';
+   $languages['th']['CHARSET'] = 'tis-620';
+
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {
       global $debug_mime;