diff --git a/app.php b/app.php index 1b1aa21..a9dfef3 100644 --- a/app.php +++ b/app.php @@ -19,7 +19,8 @@ $f3->set('SUPPORTED_LANGUAGES', 'ar' => 'العربية', 'kab' => 'Taqbaylit', 'oc' => 'Occitan', - 'it' => 'Italiano']); + 'it' => 'Italiano', + 'de' => 'Deutsch']); $f3->set('XFRAME', null); // Allow use in an iframe $f3->set('ROOT', __DIR__);