mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Added support for Español, thanks @lafm1990
This commit is contained in:
parent
7b604a99a7
commit
5f9ed542f8
@ -76,7 +76,8 @@ function DisplaySystem(){
|
|||||||
'nl_NL.UTF-8' => 'Nederlands',
|
'nl_NL.UTF-8' => 'Nederlands',
|
||||||
'zh_CN.UTF-8' => '简体中文 (Chinese simplified)',
|
'zh_CN.UTF-8' => '简体中文 (Chinese simplified)',
|
||||||
'cs_CZ.UTF-8' => 'Čeština',
|
'cs_CZ.UTF-8' => 'Čeština',
|
||||||
'ru_RU.UTF-8' => 'Русский'
|
'ru_RU.UTF-8' => 'Русский',
|
||||||
|
'es_MX.UTF-8' => 'Español'
|
||||||
);
|
);
|
||||||
|
|
||||||
// hostname
|
// hostname
|
||||||
|
Loading…
x
Reference in New Issue
Block a user