test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent c413ff25fe
commit cbb1dbf8e4
2 changed files with 4 additions and 6 deletions

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

@ -4,7 +4,6 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Help
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -13,7 +12,7 @@
declare(strict_types=1); declare(strict_types=1);
return ['Help' => [ return ['Help' => [
'Module' => 'Modul', 'Module' => 'Modul',
'Modules' => 'Module', 'Modules' => 'Module',
'Name' => 'Name', 'Name' => 'Name',
]]; ]];

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

@ -4,7 +4,6 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\Help
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -13,7 +12,7 @@
declare(strict_types=1); declare(strict_types=1);
return ['Help' => [ return ['Help' => [
'Module' => 'Module', 'Module' => 'Module',
'Modules' => 'Modules', 'Modules' => 'Modules',
'Name' => 'Name', 'Name' => 'Name',
]]; ]];