X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fi18n.php;h=c015676f9ba13fef357f3f92ee692a0c557a650c;hp=71ce337ec5fb5a1febcfd659eafc42441cb9f02f;hb=d72176b0e0e023cd6d149e1a24ac7a15e8290e01;hpb=6148a8e96277eaee759cee7810f4f6828779a747 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;