Merge pull request #365 from Finkregh/translation-de

add german to language-chooser
This commit is contained in:
James Brooks
2015-01-13 11:01:41 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ class DashSettingsController extends Controller
public function showSetupView()
{
$langs = [
'de' => 'Deutsch',
'en' => 'English',
'fr' => 'Français',
'pt-BR' => 'Portuguese, Brazilian',

View File

@@ -35,6 +35,7 @@ class SetupController extends Controller
public function getIndex()
{
$langs = [
'de' => 'Deutsch',
'en' => 'English',
'fr' => 'Français',
'pt-BR' => 'Portuguese, Brazilian',