From 7cc38e0bebb30f12b1c643ea96a038453be185e1 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 31 Oct 2005 18:41:00 -0500
Subject: [PATCH] Added Finnish, Romanian and Chinese translation

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

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 66b945a..9f0770f 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -55,4 +55,11 @@
 	'vn'    => 'Vietnamese'
 );
 
+
+$rcube_charsets = array(
+	'ru' => 'Windows-1251',
+	'lv' => 'ISO-8859-2',
+	'tw' => 'BIG5'
+);
+
 ?>
\ No newline at end of file

--
Gitblit v1.9.1