Incorporate Simplified Chinese translation

This commit is contained in:
Daniel Winzen
2016-11-26 09:08:22 +01:00
parent da99281a5d
commit 351aabc84b
2 changed files with 7 additions and 6 deletions

View File

@ -4043,7 +4043,8 @@ function load_lang(){
'es_ES' =>'Español (España)',
'fr' =>'Français',
'id' =>'Bahasa Indonesia',
'ru' =>'Русский'
'ru' =>'Русский',
'zh_CN' =>'简体中文',
];
if(isSet($_REQUEST['lang']) && isSet($L[$_REQUEST['lang']])){
$language=$_REQUEST['lang'];