1
0
Fork 0

chore(markdown): Linter fixes

This commit is contained in:
Joost De Cock 2022-02-18 18:33:38 +01:00
parent e146a451da
commit 1d8beedd44
6 changed files with 12 additions and 17 deletions

View file

@ -5,14 +5,14 @@ order: 60
Don't insert literal text in your patterns. Instead, insert a key that can then be translated.
For example, if you want to put *Finish with bias tape* on your pattern, don't be
For example, if you want to put *Finish with bias tape* on your pattern, don't be
tempted to do this:
```js
path.seam.attr("data-text", "Finish with bias tape");
```
That (English) string is now hard-coded in your pattern. As freesewing supports
That (English) string is now hard-coded in your pattern. As freesewing supports
translation out of the box, it would be a real shame not to make use of it.
Instead, insert a key to identify the string: