Add additional lang exp/imp support e.g. Navigation lang files

This commit is contained in:
Dennis Eichhorn 2021-03-05 22:09:43 +01:00
parent bcd45b5456
commit 2b732a06d9

View File

@ -4,7 +4,7 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Admin\Language\Backend * @package Modules\Admin
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -12,6 +12,5 @@
*/ */
declare(strict_types=1); declare(strict_types=1);
$MODLANG[1] = [ return ['Admin' => [
'i:ModuleInstalled' => 'Installation of the module {$1} was successful.', ]];
];