diff options
Diffstat (limited to 'program')
-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' ); |