Merge pull request from whydoyoucareanyway/patch-1

Adding new language.
This commit is contained in:
Daniel Winzen
2017-08-08 21:29:53 +02:00
committed by GitHub

@@ -43,6 +43,7 @@ $categories=['Unsorted', 'Adult/Porn', 'Communication/Social', 'Cryptocurrencies
$L=[
'de' => 'Deutsch',
'en' => 'English',
'ja' => '日本語'
];
if(isSet($_REQUEST['lang']) && isSet($L[$_REQUEST['lang']])){
$language=$_REQUEST['lang'];