Skip to content

Commit

Permalink
[ENH] Added translations (Document Types)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Dec 21, 2024
1 parent ee3a214 commit aaded6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/translation/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
'unitcodes' => [
],
'documenttype' => [
'380' => 'Rechnung',
'381' => 'Gutschrift',
'384' => 'Rechnungskorrektur',
'386' => 'Vorauszahlungsrechnung',
],
'generaltexts' => [
'greeting' => 'Werter Kunde',
Expand Down
4 changes: 4 additions & 0 deletions src/assets/translation/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
'unitcodes' => [
],
'documenttype' => [
'380' => 'Invoice',
'381' => 'Credit Note',
'384' => 'Corrected Invoice',
'386' => 'Prepayment Invoice',
],
'generaltexts' => [
'greeting' => 'Dear customer',
Expand Down

0 comments on commit aaded6f

Please sign in to comment.