fix php version, lang files, basic tpl and sales impl.

This commit is contained in:
Dennis Eichhorn 2021-03-05 21:01:37 +01:00
parent 779c72c956
commit 87f273326e
2 changed files with 3 additions and 3 deletions

2
Theme/Backend/Lang/de.lang.php Executable file → Normal file
View File

@ -4,6 +4,7 @@
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -25,7 +26,6 @@ return ['News' => [
'Groups' => 'Gruppen',
'Headline' => 'Headline',
'Headlines' => 'Headlines',
'Langauge' => 'Sprache',
'Language' => '',
'Link' => 'Link',
'News' => 'News',

4
Theme/Backend/Lang/en.lang.php Executable file → Normal file
View File

@ -4,6 +4,7 @@
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,12 +21,11 @@ return ['News' => [
'Categories' => 'Categories',
'Date' => 'Date',
'Draft' => 'Draft',
'Edit' => '',
'Edit' => 'Edit',
'Featured' => 'Featured',
'Groups' => 'Groups',
'Headline' => 'Headline',
'Headlines' => 'Headlines',
'Langauge' => '',
'Language' => 'Language',
'Link' => 'Link',
'News' => 'News',