Adding new language.

I'll attach lang_ja.php soon.
This commit is contained in:
whydoyoucareanyway
2017-08-08 11:06:54 +00:00
committed by GitHub
parent 1c4f87700f
commit 5b56f6abc3

View File

@ -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'];