mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
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.
This commit is contained in:
parent
c10d93615e
commit
2f28e98ca4
@ -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'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user