diff options
author | thomascube <thomas@roundcube.net> | 2007-09-26 15:39:50 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-09-26 15:39:50 +0000 |
commit | 217cdef453f88566174581fe888f4d2efb3cfa50 (patch) | |
tree | 8a5b80afdadfdab0a4785fb85b449b02ea778989 /program | |
parent | 6b79f7b57a51141dbef44011cdf0ebacf5f74c8c (diff) |
Add alias for moved Thai localization
Diffstat (limited to 'program')
-rw-r--r-- | program/localization/index.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/index.inc b/program/localization/index.inc index 6d010a6fb..6b25610d0 100644 --- a/program/localization/index.inc +++ b/program/localization/index.inc @@ -85,6 +85,7 @@ $rcube_language_aliases = array( 'nl' => 'nl_NL', 'no' => 'nn_NO', 'pt' => 'pt_PT', + 'th' => 'th_TH' 'tw' => 'zh_TW' ); |