add ger language

This commit is contained in:
Dennis Eichhorn 2020-06-07 22:23:35 +02:00
parent 05eb45364c
commit 1ad1b6ff07

View File

@ -0,0 +1,17 @@
<?php
/**
* Orange Management
*
* PHP Version 7.4
*
* @package Modules\MyPrivate
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Private' => 'Privat',
]];