Browse Source

Added Korean.

lbergman 25 years ago
parent
commit
e269c16ef1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      functions/i18n.php

+ 2 - 0
functions/i18n.php

@@ -37,6 +37,8 @@
    $languages["cs"]["CHARSET"] = "iso-8859-2";
    $languages["es"]["NAME"]    = "Spanish";
    $languages["es"]["CHARSET"] = "iso-8859-1";
+   $languages["ko"]["NAME"]    = "Korean";
+   $languages["ko"]["CHARSET"] = "euc-KR";
 
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {