8000 ⚡ Update English.json (correction for - set maxY) by ReptiIe · Pull Request #43 · ct-js/ct-js · GitHub
[go: up one dir, main page]

Skip to content

⚡ Update English.json (correction for - set maxY) #43

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments. 8000
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/data/i18n/English.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@
"set minX": "Set left boundary to",
"set maxX": "Set right boundary to",
"set minY": "Set top boundary to",
"set maxY": "Set right boundary to",
"set maxY": "Set bottom boundary to",
"get targetX": "target x",
"get targetY": "target y",
"get computedX": "current x",
Expand Down
0