diff --git a/src/www/system_general.php b/src/www/system_general.php index 8af8330a9..fdc74f752 100644 --- a/src/www/system_general.php +++ b/src/www/system_general.php @@ -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);