diff options
author | thomascube <thomas@roundcube.net> | 2007-09-26 15:50:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-09-26 15:50:24 +0000 |
commit | 2ec7d6219d38b36d4461676c3798c1003731a164 (patch) | |
tree | ae215cdc088cfcd9aaf95a13259edf76d9ab773a /program/localization/index.inc | |
parent | 217cdef453f88566174581fe888f4d2efb3cfa50 (diff) |
Fixed typo
Diffstat (limited to 'program/localization/index.inc')
-rw-r--r-- | program/localization/index.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index 6b25610d0..0404615eb 100644 --- a/program/localization/index.inc +++ b/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' ); |