mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added locale support for Chinese simplified, thanks @BANKA2017
This commit is contained in:
parent
5e374f3b84
commit
fca391b7c5
@ -73,7 +73,8 @@ function DisplaySystem(){
|
|||||||
'it_IT.UTF-8' => 'Italiano',
|
'it_IT.UTF-8' => 'Italiano',
|
||||||
'pt_BR.UTF-8' => 'Português',
|
'pt_BR.UTF-8' => 'Português',
|
||||||
'sv_SE.UTF-8' => 'Svenska',
|
'sv_SE.UTF-8' => 'Svenska',
|
||||||
'nl_NL.UTF-8' => 'Nederlands'
|
'nl_NL.UTF-8' => 'Nederlands',
|
||||||
|
'zh_CN.UTF-8' => 'Chinese simplified'
|
||||||
);
|
);
|
||||||
|
|
||||||
// hostname
|
// hostname
|
||||||
|
Loading…
Reference in New Issue
Block a user