From a95e0e174c48b7c5242b8969aef99838a52c41ee Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 21 Oct 2005 08:12:23 -0400
Subject: [PATCH] Improved support for UTF-8 and other charsets

---
 program/localization/index.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 6f68b0c..e50a271 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -39,7 +39,7 @@
 	'it'    => 'Italiano',
 	'jp'    => 'Japanese', 
 	'kr'    => 'Korean',
-	'lt'    => 'Lithuanian',
+	'lv'    => 'Latvian',
 	'nl'    => 'Nederlands',
 	'no'    => 'Norsk (bokm&aring;l)',
 	'fa'    => 'Persian',

--
Gitblit v1.9.1