Commit c9132fe5 authored by Franco Fichtner's avatar Franco Fichtner

system: add first bits of Japanese translation

parent d921f828
......@@ -34,12 +34,16 @@ require_once("shaper.inc");
function get_locale_list()
{
$locales = array('en_US' => gettext('English'));
$locales = array();
$locales['en_US'] = _('English');
$locales['ja'] = _('Japanese');
asort($locales);
return $locales;
}
$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