diff options
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | 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 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à', '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' ); |