diff options
| author | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-26 08:20:31 +0000 |
|---|---|---|
| committer | tomekp <tomekp@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-26 08:20:31 +0000 |
| commit | a34f74fb507ef30fd7d4fdacdb062302fd26384a (patch) | |
| tree | 54b2b2b81f13f183ad2b7adcd455adb4c5005eec /roundcubemail/program/localization/index.inc | |
| parent | b538dc24b4eb32a12a7140c882fdea4ef0a11ce3 (diff) | |
update thai localization, closes #1484578
git-svn-id: https://svn.roundcube.net/trunk@818 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/index.inc')
| -rw-r--r-- | roundcubemail/program/localization/index.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/program/localization/index.inc b/roundcubemail/program/localization/index.inc index 47d478346..6d010a6fb 100644 --- a/roundcubemail/program/localization/index.inc +++ b/roundcubemail/program/localization/index.inc @@ -70,7 +70,7 @@ 'sr_latin' => 'Serbian Latin', 'sr_cyrillic' => 'Serbian Cyrillic', 'tr' => 'Turkish', - 'th' => 'Thai', + 'th_TH' => 'Thai', 'uk' => 'Ukrainian', 'vn' => 'Vietnamese' ); @@ -78,14 +78,14 @@ $rcube_language_aliases = array( 'ee' => 'et_EE', 'bs' => 'bs_BA', - 'cn' => 'zh_CN', + 'cn' => 'zh_CN', 'de' => 'de_DE', 'en' => 'en_US', 'ga' => 'ga_IE', 'nl' => 'nl_NL', 'no' => 'nn_NO', 'pt' => 'pt_PT', - 'tw' => 'zh_TW' + 'tw' => 'zh_TW' ); $rcube_charsets = array(); |
