Commit e848cca5 authored by Franco Fichtner's avatar Franco Fichtner

system/settings: remove language selection for now

parent 12706239
......@@ -37,8 +37,8 @@ function get_locale_list()
$locales = array();
$locales['en_US'] = _('English');
$locales['ja'] = _('Japanese');
$locales['zh_CN'] = _('Chinese (Simplified)');
//$locales['ja'] = _('Japanese');
//$locales['zh_CN'] = _('Chinese (Simplified)');
asort($locales);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment