mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
system: opnsense-devel may activate all languages
This commit is contained in:
parent
6950149bf5
commit
d4aa07ef38
@ -42,8 +42,9 @@ function get_locale_list()
|
||||
/* first one is the default */
|
||||
$locales['en_US'] = gettext('English');
|
||||
$locales['de_DE'] = gettext('German');
|
||||
/* $locales['es_CO'] = */ gettext('Spanish');
|
||||
/* $locales['ja_JP'] = */ gettext('Japanese');
|
||||
$locales['es_CO'] = gettext('Spanish');
|
||||
$locales['fr_FR'] = gettext('French');
|
||||
$locales['ja_JP'] = gettext('Japanese');
|
||||
$locales['zh_CN'] = gettext('Chinese (Simplified)');
|
||||
|
||||
return $locales;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user