Skip to content

Commit

Permalink
Merge branch 'pr-12' into 'master'
Browse files Browse the repository at this point in the history
Fix Translation

Closes #157

See merge request xrechnung/xrechnung-visualization!114
  • Loading branch information
lkumai committed May 27, 2024
2 parents 4d0794c + 1f8ecf2 commit 51c32dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This release is compatible with XRechnung ?.?.?

### Fixed

* Wrong German translation for BT-10 (thanks to GitHub user @futurescenario9).
* Scheme identifier 'VAT' in BT-31 removed from templates
* Display of specification identifier in PDF

Expand Down
2 changes: 1 addition & 1 deletion src/xsl/l10n/de.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<properties>
<entry key="xr:Buyer_reference" id="BT-10">Leitweg-ID</entry>
<entry key="xr:Buyer_reference" id="BT-10">Käuferreferenz</entry>
<entry key="xr:Buyer_name" id="BT-44">Name</entry>
<entry key="xr:Buyer_address_line_1" id="BT-50">Adresszeile 1</entry>
<entry key="xr:Buyer_address_line_2" id="BT-51">Adresszeile 2</entry>
Expand Down

0 comments on commit 51c32dd

Please sign in to comment.