adjust translation file structure

This commit is contained in:
Daniel Seifert 2024-03-15 11:50:47 +01:00
parent 7baf766f2c
commit f155ac5f0c
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 2 additions and 11 deletions

View File

@ -14,12 +14,7 @@
// @codeCoverageIgnoreStart
declare(strict_types=1);
$sLangName = "Deutsch";
// -------------------------------
// RESOURCE IDENTITFIER = STRING
// -------------------------------
$aLang = [
return [
//Navigation
'charset' => 'UTF-8',
'd3mxDataWizard' => '<i class="fas fa-fw fa-hat-wizard"></i> Data Wizard',

View File

@ -14,11 +14,7 @@
// @codeCoverageIgnoreStart
declare(strict_types=1);
$sLangName = "English";
// -------------------------------
// RESOURCE IDENTITFIER = STRING
// -------------------------------
$aLang = [
return [
//Navigation
'charset' => 'UTF-8',