From 3ea0e3202a73eb7efcbf0b825582a6d3504658aa Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 01 Sep 2006 09:43:14 -0400
Subject: [PATCH] Quota display as image

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

diff --git a/program/localization/index.inc b/program/localization/index.inc
index 38c464d..b2f0696 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -28,7 +28,7 @@
 	'bg'    => 'Bulgarian',
 	'bs_BA' => 'Bosnian (Bosanski)',
 	'tw'    => 'Chinese (BIG5)',
-	'cn'    => 'Chinese (GB2312)',
+	'zh_CN' => 'Chinese (GB2312)',
 	'cz'    => 'Czech',
  	'ca'    => 'CatalĂ ',
 	'da'    => 'Dansk',
@@ -68,6 +68,7 @@
 $rcube_language_aliases = array(
 	'ee' => 'et_EE',
 	'bs' => 'bs_BA',
+    'cn' => 'zh_CN',
 	'de' => 'de_DE',
 	'en' => 'en_US',
 	'nl' => 'nl_NL',

--
Gitblit v1.9.1