Skip to content

Commit

Permalink
Merge pull request #1 from whydoyoucareanyway/patch-1
Browse files Browse the repository at this point in the history
Adding new language.
  • Loading branch information
DanWin committed Aug 8, 2017
2 parents 91595d8 + 83a6c59 commit 189262d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common_config.php
Expand Up @@ -43,6 +43,7 @@
$L=[
'de' => 'Deutsch',
'en' => 'English',
'ja' => '日本語'
];
if(isSet($_REQUEST['lang']) && isSet($L[$_REQUEST['lang']])){
$language=$_REQUEST['lang'];
Expand Down

0 comments on commit 189262d

Please sign in to comment.