瀏覽代碼

Added polish translation from Lukasz Klimek <casa@LO.Pila.PL>.

gustavf 25 年之前
父節點
當前提交
960b66a381
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      functions/i18n.php

+ 2 - 0
functions/i18n.php

@@ -21,6 +21,8 @@
    $languages["de"]["CHARSET"] = "iso-8859-1";
    $languages["de"]["CHARSET"] = "iso-8859-1";
    $languages["ru"]["NAME"]    = "Russian KOI8-R";
    $languages["ru"]["NAME"]    = "Russian KOI8-R";
    $languages["ru"]["CHARSET"] = "koi8-r";
    $languages["ru"]["CHARSET"] = "koi8-r";
+   $languages["pl"]["NAME"]    = "Polish";
+   $languages["pl"]["CHARSET"] = "iso-8859-2";
 
 
    // 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) {