mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02: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',
|
||||
'zh_CN.UTF-8' => '简体中文 (Chinese simplified)',
|
||||
'cs_CZ.UTF-8' => 'Čeština',
|
||||
'ru_RU.UTF-8' => 'Русский'
|
||||
'ru_RU.UTF-8' => 'Русский',
|
||||
'es_MX.UTF-8' => 'Español'
|
||||
);
|
||||
|
||||
// hostname
|
||||
|
Loading…
Reference in New Issue
Block a user