From 5b56f6abc35a3ab1fe7b70afbaeb96c7665492e8 Mon Sep 17 00:00:00 2001 From: whydoyoucareanyway <30674803+whydoyoucareanyway@users.noreply.github.com> Date: Tue, 8 Aug 2017 11:06:54 +0000 Subject: [PATCH] Adding new language. I'll attach lang_ja.php soon. --- common_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common_config.php b/common_config.php index 34419bd..ec53102 100644 --- a/common_config.php +++ b/common_config.php @@ -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'];