Update of /cvsroot/squirrelmail/squirrelmail/functions
In directory usw-pr-cvs1:/tmp/cvs-serv27342/functions
Modified Files:
i18n.php
Log Message:
Nattapong Ampornaramweth <yongnarak@...> thai translation. Please someone check the charset.
Index: i18n.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/functions/i18n.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -w -r1.71 -r1.72
--- i18n.php 2001/09/26 14:47:10 1.71
+++ i18n.php 2001/09/27 14:06:40 1.72
@@ -126,6 +126,9 @@
$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;
|