Commit 2f28e98c authored by Franco Fichtner's avatar Franco Fichtner

system: enable German, it's at the magic 30% level

While there, zap unused code and let the other languages be picked up
by xgettext as they don't print anywhere like that.
parent c10d9361
......@@ -37,23 +37,14 @@ function get_locale_list()
/* first one is the default */
$locales['en_US'] = _('English');
//$locales['ja_JP'] = _('Japanese');
$locales['de_DE'] = _('German');
/* $locales['es_CO'] = */ _('Spanish');
/* $locales['ja_JP'] = */ _('Japanese');
$locales['zh_CN'] = _('Chinese (Simplified)');
return $locales;
}
function get_flavour_list()
{
$flavours = array();
/* first one is the default */
$flavours['latest'] = 'OpenSSL';
$flavours['libressl'] = 'LibreSSL';
return $flavours;
}
$pconfig['hostname'] = $config['system']['hostname'];
$pconfig['domain'] = $config['system']['domain'];
list($pconfig['dns1'],$pconfig['dns2'],$pconfig['dns3'],$pconfig['dns4']) = $config['system']['dnsserver'];
......
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