settings: enable Simplified Chinsese selection for testing

This commit is contained in:
Franco Fichtner 2015-05-29 12:29:48 +02:00
parent 81afbb277c
commit a3faab2b87

View File

@ -38,7 +38,7 @@ function get_locale_list()
$locales['en_US'] = _('English');
//$locales['ja_JP'] = _('Japanese');
//$locales['zh_CN'] = _('Chinese (Simplified)');
$locales['zh_CN'] = _('Chinese (Simplified)');
asort($locales);