mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-07 14:18:41 +00:00
implement localization
This commit is contained in:
parent
a252c09c18
commit
bde4b936d1
17
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Dashboard
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Dashboard' => 'Dashboard',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user