Browse Source

Nattapong Ampornaramweth <yongnarak@yahoo.com> thai translation. Please someone check the charset.

philippe_mingo 24 years ago
parent
commit
d640e30200
1 changed files with 3 additions and 0 deletions
  1. 3 0
      functions/i18n.php

+ 3 - 0
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;