From 7c2556210131c54536faf1f5b347449c9b5ad805 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 5 Mar 2021 22:09:44 +0100 Subject: [PATCH] Add additional lang exp/imp support e.g. Navigation lang files --- Theme/Backend/Lang/api.en.lang.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Theme/Backend/Lang/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index 2c46337..5bc10ae 100755 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.en.lang.php @@ -12,6 +12,5 @@ */ declare(strict_types=1); -$MODLANG[1] = [ - 'i:ModuleInstalled' => 'Installation of the module {$1} was successful.', -]; +return ['Media' => [ +]];