From ab43754446081c5cf7e512f060b188d224eab064 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 28 Aug 2000 20:55:34 +0000 Subject: [PATCH] finished adding czech translation git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@728 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + functions/i18n.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8bfd0db8..351c25fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ Version 0.5pre2 -- DEVELOPMENT - Improved word wrapping - Fixed bugs with adding and not adding backslashes - Made message highlighting case insensative +- Added Italian translation from Aldo Moresco - Added French translation from Ali Nedjimi Version 0.5pre1 -- August 9, 2000 diff --git a/functions/i18n.php b/functions/i18n.php index d8ff9deb..0ec1dfb2 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -33,6 +33,8 @@ $languages["fr"]["CHARSET"] = "iso-8859-1"; $languages["it"]["NAME"] = "Italian"; $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 function charset_decode ($charset, $string) { -- 2.25.1