Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate authored and actions-user committed Sep 16, 2024
1 parent 6490632 commit 5420fd5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions content/adventures/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1876,13 +1876,13 @@ adventures:
Dein Programm muss aus mindestens 10 Zeilen Code bestehen und du musst mindestens einen `{if}` und `{else}` Befehl verwenden.
example_code: |
```
Freunde {is} Jörg, Luzie, David
{print} 'Ich kann vorhersehen, ob du morgen im Lotto gewinnst!
Person {is} {ask} 'Wie heißt du?'
gute_Antwort {is} Hurra! Du gewinnst!, Du gewinnst sicher!, Wir haben ein Gewinner!
schlechte_Antwort {is} Pech gehabt!, Versuch nochmal!, Jemand andere wird gewinnen!, Du verlierst
{if} Person {in} Freunde {drucke} gute_Antwort {at} {random}
{else} {print} schlechte_Antwort {at} {random}
friends {is} Jordan, Lucy, Dave
{print} 'I can predict if you will win the lottery tomorrow!'
person {is} {ask} 'Who are you?'
good_answer {is} Hurray! You win!, You will definitely win!, We have a winner!
bad_answer {is} Bad luck! Try again!, Another person will win, You lose!
{if} person {in} friends {print} good_answer {at} {random}
{else} {print} bad_answer {at} {random}
```
6:
story_text: |
Expand Down
6 changes: 3 additions & 3 deletions content/adventures/pl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4684,9 +4684,9 @@ adventures:
example_code: |
```
{turn} 90
odległości = 10, 20, 30, 40, 50, 60
{for} odległość {in} odległości
{forward} odległość
distances = 10, 20, 30, 40, 50, 60
{for} distance {in} distances
{forward} distance
```
12:
story_text: |
Expand Down

0 comments on commit 5420fd5

Please sign in to comment.