Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💻 variable list appearing automatically (clone) #5499

Merged
merged 10 commits into from
May 2, 2024
Merged

💻 variable list appearing automatically (clone) #5499

merged 10 commits into from
May 2, 2024

Conversation

hasan-sh
Copy link
Contributor

@hasan-sh hasan-sh commented May 2, 2024

Same work done in #5481 with some minor changes (see comments). Also, we really needed this PR to be merged, therefore, we created a clone version.

So, credit to @bellacolombarolli00 and @JoseArtur!

Copy link
Contributor

mergify bot commented May 2, 2024

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).

@mergify mergify bot merged commit 8f5bf97 into main May 2, 2024
12 checks passed
@mergify mergify bot deleted the issue5408 branch May 2, 2024 19:07
mergify bot pushed a commit that referenced this pull request May 28, 2024
Fixes #5499
When the language of Hedy is set to Arabic, numbers should be displayed in Arabic numbers regardless of what alphabet was used in the input. This PR fixes the corner case in which when literal numbers are printed, they are not converted to Arabic.

** How to test**
Run Hedy locally, navigate to level 6 and switch the language to Arabic. Execute the following piece of code and ensure that both lines print the result `٢`:
```
print 1 + 1
print 2
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants