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.26k stars 282 forks source link

🪲 Colors are not translated #5551

Closed boryanagoncharenko closed 1 month ago

boryanagoncharenko commented 1 month ago

Describe the bug When the following program is translated to another language, the keyword color is translated correctly but the keyword for the selected color remains in English.

Paste the Hedy code & level In levels 2-18:

color red

The translated program becomes цвят red, but it is supposed to be цвят червено.

Note that this bug is not caught in the level tests because the color keyword remains in English and is considered not yet translated.