chore: Removed non-English dev docs
This commit is contained in:
parent
5cc58b0d00
commit
30859e9bb2
654 changed files with 0 additions and 20957 deletions
|
@ -1,39 +0,0 @@
|
|||
---
|
||||
title: 130|Adding measurements
|
||||
---
|
||||
|
||||
FreeSewing is all about *made-to-measure* sewing patterns; We are going to draft our pattern according to the measurements provided to us.
|
||||
|
||||
Which begs the question, which measurements?
|
||||
|
||||
It is you, as the pattern designer, who decides which measurements are required to draft your pattern. For our bib, the only measurement we need is the baby's *head circumference*.
|
||||
|
||||
So let's add it as a required measurement.
|
||||
|
||||
## Add required measurements
|
||||
|
||||
Open the config file at `config/index.js` and update the `measurements` array with the name of our required measurement:
|
||||
|
||||
```js
|
||||
measurements: ["head"],
|
||||
```
|
||||
|
||||
<Tip>
|
||||
|
||||
Make sure to re-use the names of existing measurements, rather than invent your own.
|
||||
|
||||
See our [best practices](/guides/best-practices/names#re-use-measurements) on this topic for details.
|
||||
|
||||
</Tip>
|
||||
|
||||
Now everybody knows your pattern requires the `head` measurement.
|
||||
|
||||
This change will also get picked up by the development environment, and you'll now see this screen:
|
||||
|
||||

|
||||
|
||||
Since it's just one measurements, let's simply enter a value by hand. For example `38` as 38cm is a realistic head circumference measurement for a baby.
|
||||
|
||||
Enter `38` in the box, and click on **Draft your pattern** in the top navigation bar to get back to your draft which for now still looks like this:
|
||||
|
||||
<Example pattern="tutorial" part="step1" caption="Nothing has changed, yet" />
|
|
@ -1,39 +0,0 @@
|
|||
---
|
||||
title: 130|Adding measurements
|
||||
---
|
||||
|
||||
FreeSewing is all about *made-to-measure* sewing patterns; We are going to draft our pattern according to the measurements provided to us.
|
||||
|
||||
Which begs the question, which measurements?
|
||||
|
||||
It is you, as the pattern designer, who decides which measurements are required to draft your pattern. For our bib, the only measurement we need is the baby's *head circumference*.
|
||||
|
||||
So let's add it as a required measurement.
|
||||
|
||||
## Add required measurements
|
||||
|
||||
Open the config file at `config/index.js` and update the `measurements` array with the name of our required measurement:
|
||||
|
||||
```js
|
||||
measurements: ["head"],
|
||||
```
|
||||
|
||||
<Tip>
|
||||
|
||||
Make sure to re-use the names of existing measurements, rather than invent your own.
|
||||
|
||||
See our [best practices](/guides/best-practices/names#re-use-measurements) on this topic for details.
|
||||
|
||||
</Tip>
|
||||
|
||||
Now everybody knows your pattern requires the `head` measurement.
|
||||
|
||||
This change will also get picked up by the development environment, and you'll now see this screen:
|
||||
|
||||

|
||||
|
||||
Since it's just one measurements, let's simply enter a value by hand. For example `38` as 38cm is a realistic head circumference measurement for a baby.
|
||||
|
||||
Enter `38` in the box, and click on **Draft your pattern** in the top navigation bar to get back to your draft which for now still looks like this:
|
||||
|
||||
<Example pattern="tutorial" part="step1" caption="Nothing has changed, yet" />
|
|
@ -1,39 +0,0 @@
|
|||
---
|
||||
title: 130|Adding measurements
|
||||
---
|
||||
|
||||
FreeSewing is all about *made-to-measure* sewing patterns; We are going to draft our pattern according to the measurements provided to us.
|
||||
|
||||
Ce qui nous amène à cette question : quelles mesures ?
|
||||
|
||||
C'est vous, en tant que concepteur de patron, qui décidez de quelles mesures vont être requises pour ébaucher votre patron. For our bib, the only measurement we need is the baby's *head circumference*.
|
||||
|
||||
Alors ajoutons-le comme mesure nécessaire.
|
||||
|
||||
## Ajouter les mesures nécessaires
|
||||
|
||||
Ouvrez le fichier de configuration à l'adresse `config/index.js` et mettez à jour le tableau `measurements` avec le nom des mesures requises :
|
||||
|
||||
```js
|
||||
measurements: ["head"],
|
||||
```
|
||||
|
||||
<Tip>
|
||||
|
||||
Assurez-vous d'employer les noms de mesures existantes, plutôt que d'inventer les vôtres.
|
||||
|
||||
See our [best practices](/guides/best-practices/names#re-use-measurements) on this topic for details.
|
||||
|
||||
</Tip>
|
||||
|
||||
A présent tout le monde sait que votre patron a besoin de la mesure `head`.
|
||||
|
||||
Ce changement sera également repris par l'environnement de programmation, et vous verrez alors à l'écran :
|
||||
|
||||

|
||||
|
||||
Etant donné qu'il n'y a qu'une seule mesure, rentrons simplement une valeur à la main. Par exemple, `38` pour 38 cm est une mesure de tour de tête réaliste pour un bébé.
|
||||
|
||||
Enter `38` in the box, and click on **Draft your pattern** in the top navigation bar to get back to your draft which for now still looks like this:
|
||||
|
||||
<Example pattern="tutorial" part="step1" caption="Nothing has changed, yet" />
|
|
@ -1,39 +0,0 @@
|
|||
---
|
||||
title: 130|Adding measurements
|
||||
---
|
||||
|
||||
FreeSewing is all about *made-to-measure* sewing patterns; We are going to draft our pattern according to the measurements provided to us.
|
||||
|
||||
De vraag is dus: welke afmetingen?
|
||||
|
||||
Jij, als patroonontwerper, bepaalt welke afmetingen nodig zijn om jouw patroon te ontwerpen. For our bib, the only measurement we need is the baby's *head circumference*.
|
||||
|
||||
Dus voegen we die toe als vereiste afmeting.
|
||||
|
||||
## Vereiste afmetingen toevoegen
|
||||
|
||||
Open het config-bestand in `config/index.js` en update de `measurements`-reeks met de naam van de benodigde afmeting:
|
||||
|
||||
```js
|
||||
measurements: ["head"],
|
||||
```
|
||||
|
||||
<Tip>
|
||||
|
||||
Let erop dat je de namen van bestaande afmetingen gebruikt in plaats van er zelf nieuwe te verzinnen.
|
||||
|
||||
See our [best practices](/guides/best-practices/names#re-use-measurements) on this topic for details.
|
||||
|
||||
</Tip>
|
||||
|
||||
Nu weet iedereen dat je patroon de afmeting `head` gebruikt.
|
||||
|
||||
Ook de developmentomgeving pikt deze verandering op. Je krijgt dus het volgende scherm te zien:
|
||||
|
||||

|
||||
|
||||
Aangezien het maar om één afmeting gaat, kunnen we eenvoudig handmatig een waarde invoegen. Bijvoorbeeld `38`, want 38 centimeter is een realistische hoofdomtrek voor een baby.
|
||||
|
||||
Enter `38` in the box, and click on **Draft your pattern** in the top navigation bar to get back to your draft which for now still looks like this:
|
||||
|
||||
<Example pattern="tutorial" part="step1" caption="Nothing has changed, yet" />
|
Loading…
Add table
Add a link
Reference in a new issue