Added indonesian translation

This commit is contained in:
Daniel Winzen
2016-01-02 14:05:25 +01:00
parent 0d00adb2cb
commit 8765c104f9
3 changed files with 318 additions and 0 deletions

1
chat.php Executable file → Normal file
View File

@ -3352,6 +3352,7 @@ function load_lang(){
$L=array(
'de' =>'Deutsch',
'en' =>'English',
'id' =>'Bahasa Indonesia',
'ru' =>'Русский'
);
if(isSet($_REQUEST['lang']) && array_key_exists($_REQUEST['lang'], $L)){