mirror of
https://github.com/Karaka-Management/oms-QualityManagement.git
synced 2026-01-11 14:08:41 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
6f10212e11
commit
7ef9454e8d
17
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Jingga
|
||||||
|
*
|
||||||
|
* PHP Version 8.1
|
||||||
|
*
|
||||||
|
* @package Modules\Localization
|
||||||
|
* @copyright Dennis Eichhorn
|
||||||
|
* @license OMS License 2.0
|
||||||
|
* @version 1.0.0
|
||||||
|
* @link https://jingga.app
|
||||||
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
return ['Navigation' => [
|
||||||
|
'QualityManagement' => 'Quality Management',
|
||||||
|
]];
|
||||||
Loading…
Reference in New Issue
Block a user