Added locale support for Chinese simplified, thanks @BANKA2017

pull/1/head
billz 7 years ago
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…
Cancel
Save