fix languages 3
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-18 18:59:08 +00:00
parent 6a87c6f655
commit bf86efb23c
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
declare(strict_types=1);
return ['Finance' => [
'Invoice' => 'Rechnung',
'Sales' => 'Umsatz',
'Name' => 'Name',
'TaxCodes' => 'Steuerkz.',
'TaxCode' => 'Steuerkz.',

View File

@ -13,6 +13,8 @@
declare(strict_types=1);
return ['Finance' => [
'Invoice' => 'Invoice',
'Sales' => 'Sales',
'Name' => 'Name',
'TaxCodes' => 'Tax Codes',
'TaxCode' => 'Tax Code',