summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-09-26 15:50:24 +0000
committerthomascube <thomas@roundcube.net>2007-09-26 15:50:24 +0000
commit2ec7d6219d38b36d4461676c3798c1003731a164 (patch)
treeae215cdc088cfcd9aaf95a13259edf76d9ab773a
parent217cdef453f88566174581fe888f4d2efb3cfa50 (diff)
Fixed typo
-rw-r--r--program/localization/index.inc2
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'
);