diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-26 15:50:24 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-26 15:50:24 +0000 |
| commit | 34226e4c3859c3535fcd7301e8adaa6950515e7b (patch) | |
| tree | eb2c520ee01a2fe5fd6a39bccdee5ddf07c960bf | |
| parent | af266e2de718ff0f9394ffbd49b6d63827f55e58 (diff) | |
Fixed typo
git-svn-id: https://svn.roundcube.net/trunk@826 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/index.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/index.inc b/roundcubemail/program/localization/index.inc index 6b25610d0..0404615eb 100644 --- a/roundcubemail/program/localization/index.inc +++ b/roundcubemail/program/localization/index.inc @@ -85,7 +85,7 @@ $rcube_language_aliases = array( 'nl' => 'nl_NL', 'no' => 'nn_NO', 'pt' => 'pt_PT', - 'th' => 'th_TH' + 'th' => 'th_TH', 'tw' => 'zh_TW' ); |
