Adding new language.
I'll attach lang_ja.php soon.
This commit is contained in:

committed by
GitHub

parent
1c4f87700f
commit
5b56f6abc3
@ -43,6 +43,7 @@ $categories=['Unsorted', 'Adult/Porn', 'Communication/Social', 'Cryptocurrencies
|
|||||||
$L=[
|
$L=[
|
||||||
'de' => 'Deutsch',
|
'de' => 'Deutsch',
|
||||||
'en' => 'English',
|
'en' => 'English',
|
||||||
|
'ja' => '日本語`'
|
||||||
];
|
];
|
||||||
if(isSet($_REQUEST['lang']) && isSet($L[$_REQUEST['lang']])){
|
if(isSet($_REQUEST['lang']) && isSet($L[$_REQUEST['lang']])){
|
||||||
$language=$_REQUEST['lang'];
|
$language=$_REQUEST['lang'];
|
||||||
|
Reference in New Issue
Block a user