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 281 forks source link

📜 Remove unnecessary double backticks from translation files #5629

Closed boryanagoncharenko closed 3 days ago

boryanagoncharenko commented 3 days ago

Maybe fixes #5566

Double backticks are displayed to the end user, which is incorrect. The string `{at}``{random}` should be displayed as at random but appears as at``random. This PR addresses all occurrences of double backticks.

How to test

mergify[bot] commented 3 days 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).