Skip to content

Commit

Permalink
📜 Remove double quotes (#5251)
Browse files Browse the repository at this point in the history
Some content fixes
  • Loading branch information
Felienne authored Mar 12, 2024
1 parent 70abfb9 commit 894d771
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion content/adventures/tn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3308,7 +3308,7 @@ adventures:
Then add at least 4 more lines of code to the restaurant program.
Ask the costumer what they would like to drink and ask if they want to pay with cash or card.
Lastly, think of a nice way to say goodbye to your costumer.
example_code_2: "{print}```\n{print} Re a go amogela mo semausung sa Mosaditshwene \U0001F35F\n{ask} O bata go reka eng?\n{echo} Good, so o bata go reka \n{print} Thanks you for your order!\n{printa} Dijo tsa gago di eta!\n```\n"
example_code_2: "```\n{print} Re a go amogela mo semausung sa Mosaditshwene \U0001F35F\n{ask} O bata go reka eng?\n{echo} Good, so o bata go reka \n{print} Thanks you for your order!\n{print} Dijo tsa gago di eta!\n```\n"
2:
story_text: |
In level 2 you could expand your restaurant by using variables. In level 1 Hedy could only `{echo}` the order once and only remember the last thing that was ordered.
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -56015,7 +56015,7 @@ ${i2}` : o2;
"restaurant": "\u{1F363}, \u{1F355}, \u{1F354}",
"rock": "\u2702\uFE0F, \u{1F4DC}, \u{1F5FB}",
"songs": "\u{1F3B5},\u{1F3B6}",
"teacher_welcome": 'Welkom bij Hedy! Jouw account is omgezet naar een lerarenaccount. Je "kan nu klassen maken en er leerlingen in uitnodigen.',
"teacher_welcome": "Welkom bij Hedy! Jouw account is omgezet naar een lerarenaccount. Je kan nu klassen maken en er leerlingen in uitnodigen.",
"turtle": "\u{1F422}",
"unsaved_class_changes": "Er zijn wijzigingen nog niet opgeslagen, weet je zeker dat je terug wilt gaan?"
},
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"restaurant": "🍣, 🍕, 🍔",
"rock": "✂️, 📜, 🗻",
"songs": "🎵,🎶",
"teacher_welcome": "Welkom bij Hedy! Jouw account is omgezet naar een lerarenaccount. Je \"kan nu klassen maken en er leerlingen in uitnodigen.",
"teacher_welcome": "Welkom bij Hedy! Jouw account is omgezet naar een lerarenaccount. Je kan nu klassen maken en er leerlingen in uitnodigen.",
"turtle": "🐢",
"unsaved_class_changes": "Er zijn wijzigingen nog niet opgeslagen, weet je zeker dat je terug wilt gaan?"
},
Expand Down
Loading

0 comments on commit 894d771

Please sign in to comment.