summaryrefslogtreecommitdiff
path: root/program/localization/index.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-12-16 20:05:41 +0000
committerthomascube <thomas@roundcube.net>2005-12-16 20:05:41 +0000
commit977a295eb1e97e0c230063da40b8296fca778814 (patch)
tree69e7546c34103a016b41dceccd08816d1296e4fc /program/localization/index.inc
parent749b07c78a29b03c63812c3ec3630b16db4baa8f (diff)
Usage of virtusertable; mail_domain for new users; Chinese and Turkish localization
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r--program/localization/index.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc
index 82424e602..eef9ca217 100644
--- a/program/localization/index.inc
+++ b/program/localization/index.inc
@@ -26,7 +26,7 @@
'ar' => 'Arabic',
'bg' => 'Bulgarian',
'tw' => 'Chinese (BIG5)',
- 'cn' => 'Chinese(GB2312)',
+ 'cn' => 'Chinese (GB2312)',
'cz' => 'Czech',
'ca' => 'Catal&agrave;',
'da' => 'Dansk',
@@ -64,6 +64,7 @@ $rcube_charsets = array(
'lv' => 'ISO-8859-2',
'pl' => 'ISO-8859-2',
'el' => 'ISO-8859-7',
+ 'tr' => 'ISO-8859-9',
'tw' => 'BIG5',
'ja' => 'UTF-8'
);