We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687e580 commit 17f76f5Copy full SHA for 17f76f5
2 files changed
src/Resources/translations/messages.da.yml
@@ -0,0 +1,6 @@
1
+loevgaard_sylius_barcode:
2
+ form:
3
+ product_variant:
4
+ barcode: Barcode
5
+ ui:
6
src/Resources/translations/validators.da.yml
+ barcode:
+ not_blank: Please enter barcode.
+ valid: The string "{{ string }}" is not a valid barcode.
+ unique: Variant barcode must be unique.
0 commit comments