Fixed missing localization for barcode batch printing

This commit is contained in:
2025-10-26 20:46:07 +01:00
parent 0c87bfe10d
commit 76a42ebd8c
2 changed files with 6 additions and 0 deletions

View File

@@ -166,4 +166,7 @@
<data name="Select user" xml:space="preserve"> <data name="Select user" xml:space="preserve">
<value>Benutzer auswählen</value> <value>Benutzer auswählen</value>
</data> </data>
<data name="Successfully added barcode to print batch" xml:space="preserve">
<value>Barcode wurde erfolgreich dem Auftragsstapel hinzugefügt</value>
</data>
</root> </root>

View File

@@ -144,4 +144,7 @@
<data name="Select location" xml:space="preserve"> <data name="Select location" xml:space="preserve">
<value>Ort auswählen</value> <value>Ort auswählen</value>
</data> </data>
<data name="Successfully added barcode to print batch" xml:space="preserve">
<value>Barcode wurde erfolgreich dem Auftragsstapel hinzugefügt</value>
</data>
</root> </root>