1
0
Fork 0

fix(otis): Syntax errors in en.json

This commit is contained in:
Joost De Cock 2023-10-14 13:14:21 +02:00
parent 6da7a292f2
commit 8d3387865a

View file

@ -16,7 +16,7 @@
"bindingNeckFront.t": "The Front Neck Binding is not shown", "bindingNeckFront.t": "The Front Neck Binding is not shown",
"bindingNeckFront.d": "The **Front Neck Binding** is a rectangular piece of fabric {{{ width }}} wide and {{{ length }}} long.", "bindingNeckFront.d": "The **Front Neck Binding** is a rectangular piece of fabric {{{ width }}} wide and {{{ length }}} long.",
"bindingLeg.t": "The Leg Binding is not shown", "bindingLeg.t": "The Leg Binding is not shown",
"bindingLeg.d": "The **Leg Binding** is a rectangular piece of fabric {{{ width }}} wide and {{{ length }}} long.", "bindingLeg.d": "The **Leg Binding** is a rectangular piece of fabric {{{ width }}} wide and {{{ length }}} long."
}, },
"o": { "o": {
"binding": { "binding": {
@ -46,6 +46,6 @@
"snapPlacket": { "snapPlacket": {
"t": "Snap Placket", "t": "Snap Placket",
"d": "This option controls the depth of the placket that holds the snaps. " "d": "This option controls the depth of the placket that holds the snaps. "
}, }
} }
} }