mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
system: add two more languages in development: Italian and Swedish
This commit is contained in:
parent
d74415374d
commit
a45f5fab0d
@ -45,11 +45,13 @@ function get_locale_list()
|
||||
$locales['nl_NL'] = gettext('Dutch');
|
||||
$locales['fr_FR'] = gettext('French');
|
||||
$locales['de_DE'] = gettext('German');
|
||||
$locales['it_IT'] = gettext('Italian');
|
||||
$locales['ja_JP'] = gettext('Japanese');
|
||||
$locales['mn_MN'] = gettext('Mongolian');
|
||||
$locales['pt_BR'] = gettext('Portuguese');
|
||||
$locales['ru_RU'] = gettext('Russian');
|
||||
$locales['es_CO'] = gettext('Spanish');
|
||||
$locales['sv_SE'] = gettext('Swedish');
|
||||
$locales['tr_TR'] = gettext('Turkish');
|
||||
|
||||
return $locales;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user