From 46812a3a1b10154d4444caaab7ce2a76108b7b90 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 24 Jul 2000 13:36:38 +0000 Subject: [PATCH] added the 3 new translations to the changelog, fixed my misspelling of Swedish from "Sweedish". :) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@631 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 3 +++ functions/i18n.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 52043b39..302f02c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Version 0.5pre1 -- DEVELOPMENT ------------------------------ +- Added Swedish translation from Tobias Ekbom +- Added Brazilian Portuguse translation from Henrique Moura +- Added Dutch translation from Arjen Halma - Date display now is similar to Netscape Messenger - Many bugs have been reported to the list, and been squashed - Help system developed diff --git a/functions/i18n.php b/functions/i18n.php index a7f78e21..889affd2 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -23,7 +23,7 @@ $languages["ru"]["CHARSET"] = "koi8-r"; $languages["pl"]["NAME"] = "Polish"; $languages["pl"]["CHARSET"] = "iso-8859-2"; - $languages["sv"]["NAME"] = "Sweedish"; + $languages["sv"]["NAME"] = "Swedish"; $languages["sv"]["CHARSET"] = "iso-8859-1"; $languages["nl"]["NAME"] = "Dutch"; $languages["nl"]["CHARSET"] = "iso-8859-1"; -- 2.25.1