diff options
author | thomascube <thomas@roundcube.net> | 2006-08-23 21:36:37 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-08-23 21:36:37 +0000 |
commit | 6c76c91951d259f59b2b7a42b8fe895dcc0ef21b (patch) | |
tree | 104a3cabba3502e0f774813cb3686cdf672c96de /program/localization/index.inc | |
parent | a5d3e661e46f18082821ad1731fece8cb3e72368 (diff) |
Updated Polish, Portuguese, Latvian, Chinese and Japanese localization
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 38c464d50..b2f0696f5 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', |