Ver código fonte

Added Korean.

lbergman 25 anos atrás
pai
commit
e269c16ef1
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      functions/i18n.php

+ 2 - 0
functions/i18n.php

@@ -37,6 +37,8 @@
    $languages["cs"]["CHARSET"] = "iso-8859-2";
    $languages["cs"]["CHARSET"] = "iso-8859-2";
    $languages["es"]["NAME"]    = "Spanish";
    $languages["es"]["NAME"]    = "Spanish";
    $languages["es"]["CHARSET"] = "iso-8859-1";
    $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
    // Decodes a string to the internal encoding from the given charset
    function charset_decode ($charset, $string) {
    function charset_decode ($charset, $string) {