Skip to content

Commit

Permalink
NL update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleenGilsing committed Nov 15, 2024
1 parent f186f7c commit 42972e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/adventures/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3436,7 +3436,7 @@ adventures:
story_text_2: |
## Contractions
Important! Mind that now that we're using quotation marks, Hedy will get confused when you use the apostrophe for contractions like I'm or What's.
Make sure to use double quotes when you're using an apostrophe in you line!
Make sure to use double quotes when you're using an apostrophe in you line!
Check out the example code to see the wrong way of using apostrophes.
example_code_2: |
```
Expand Down
5 changes: 4 additions & 1 deletion content/adventures/nl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3274,13 +3274,16 @@ adventures:
story_text_2: |
## Hoge komma's
Let op! Omdat we nu aanhalingstekens gebruiken, raakt Hedy in de war als je een hoge komma wil gebruiken in woorden zoals: Auto's.
Zorg dus dat je de hoge komma's weghaalt en de spelling dus aanpast naar: Autos.
Als je een hoge komma wil gebruiken, moet je dus dubbele aanhalingstekens gebruiken.
In het voorbeeldje hieronder zie je wat er gebeurt als je de hoge komma's wel gewoon blijft gebruiken.
example_code_2: |
```
_ Let op dit voorbeeld laat zien hoe het NIET moet_
{print} 'Daar rijden twee oma's in hun auto's '
{print} 'Zouden zij liever 's middags of 's avonds rijden?'
_ Dit is hoe het WEL moet _
{print} "Daar rijden twee oma's in hun auto's"
{print} 'Zouden zij liever 's middags of 's avonds rijden?"
```
12:
story_text: |
Expand Down

0 comments on commit 42972e3

Please sign in to comment.