From d72176b0e0e023cd6d149e1a24ac7a15e8290e01 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 27 Sep 2001 14:06:40 +0000 Subject: [PATCH] Nattapong Ampornaramweth thai translation. Please someone check the charset. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1531 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/i18n.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/i18n.php b/functions/i18n.php index 71ce337e..c015676f 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -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; -- 2.25.1