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.32k stars 289 forks source link

[BUG] Error messages should not contain En programming concepts #1131

Closed Felienne closed 3 years ago

Felienne commented 3 years ago

Describe the bug Error messages in non-En leak English concepts

Paste the Hedy code & level Level 2:

dieren is hond, kat, kangoeroe
print dieren

Add a screenshot (optional) image

Expected behavior Error message should read:

"Je kan print niet gebruiken met dieren omdat dieren een lijst is. Je kan print wel gebruiken met een tekst."

Felienne commented 3 years ago

Closed by #1132