mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00: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…
x
Reference in New Issue
Block a user