Browse Source

finished adding czech translation

Luke Ehresman 25 years ago
parent
commit
2b85fd91d9
2 changed files with 3 additions and 0 deletions
  1. 1 0
      ChangeLog
  2. 2 0
      functions/i18n.php

+ 1 - 0
ChangeLog

@@ -12,6 +12,7 @@ Version 0.5pre2 -- DEVELOPMENT
 - Improved word wrapping
 - Improved word wrapping
 - Fixed bugs with adding and not adding backslashes
 - Fixed bugs with adding and not adding backslashes
 - Made message highlighting case insensative
 - Made message highlighting case insensative
+- Added Italian translation from Aldo Moresco <moresco@idcm.it>
 - Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
 - Added French translation from Ali Nedjimi <lrdfrx@club-internet.fr>
 
 
 Version 0.5pre1 -- August 9, 2000 
 Version 0.5pre1 -- August 9, 2000 

+ 2 - 0
functions/i18n.php

@@ -33,6 +33,8 @@
    $languages["fr"]["CHARSET"] = "iso-8859-1";
    $languages["fr"]["CHARSET"] = "iso-8859-1";
    $languages["it"]["NAME"]    = "Italian";
    $languages["it"]["NAME"]    = "Italian";
    $languages["it"]["CHARSET"] = "iso-8859-1";
    $languages["it"]["CHARSET"] = "iso-8859-1";
+   $languages["cs"]["NAME"]    = "Czech";
+   $languages["cs"]["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) {