hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.3k stars 285 forks source link

Translations update from Hosted Weblate #5650

Closed weblate closed 2 months ago

weblate commented 2 months ago

Translations update from Hosted Weblate for Hedy/Adventures.

It also includes following components:

Current translation status:

Weblate translation status

github-actions[bot] commented 2 months ago

The automatic script made changes

content/adventures/he.yaml

There was a problem in a level 5 snippet, at adventures.story.levels.5.example_code:

[!CAUTION] We detected that a new line is being used on line 4 which is not allowed. Can you try looking for a missing or an extra character on your code? at line (4, 38)

Translation source

שם{is} {ask} 'מי הולך ביער?'
{print} שם 'הולך ביער'
{print} שם 'פגש מפלצת'
סוף{is} {ask} 'האם תרצה סוף רע או טוב??' <---- ERROR HERE
{if} סוף{is} טוב{print} שם 'הוציא את החרב והמפלצת ברחה במהירות'
{else} {print} 'המפלצת אוכלת את ' שם

Translated version

שםהוא שאל 'מי הולך ביער?'
הדפס שם 'הולך ביער'
הדפס שם 'פגש מפלצת'
סוףהוא שאל 'האם תרצה סוף רע או טוב??' <---- ERROR HERE
אם סוףהוא טובהדפס שם 'הוציא את החרב והמפלצת ברחה במהירות'
אחרת הדפס 'המפלצת אוכלת את ' שם

This snippet has been reverted to English.

mergify[bot] commented 2 months ago

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).