Skip to content

Commit

Permalink
Merge pull request #12 from soulsymphonies/development
Browse files Browse the repository at this point in the history
Adding German Translation
  • Loading branch information
gs11 authored Jun 7, 2018
2 parents c115079 + dd78127 commit 11170b3
Show file tree
Hide file tree
Showing 2 changed files with 1,037 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ private function __setLanguage() {
case 'fr':
$locale = 'fra';
break;
case 'de':
$locale = 'deu';
break;
default:
$locale = 'eng';
break;
Expand Down
Loading

0 comments on commit 11170b3

Please sign in to comment.