Merge pull request #197 from LD-Reborn/196-bug-toast-successfully-added-barcode-to-print-batch-not-localized

Fixed missing localization for barcode batch printing
This commit is contained in:
LD50
2025-10-26 20:46:28 +01:00
committed by GitHub
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>