Skip to content

Cursor.js doesn't translate certain dropdowns. #1987

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
NexusKitten opened this issue Feb 27, 2025 · 3 comments · May be fixed by #2076
Open

Cursor.js doesn't translate certain dropdowns. #1987

NexusKitten opened this issue Feb 27, 2025 · 3 comments · May be fixed by #2076

Comments

@NexusKitten
Copy link
Contributor

const cursors = [
"default",
"pointer",
"move",
"grab",
"grabbing",
"text",
"vertical-text",
"wait",
"progress",
"help",
"context-menu",
"zoom-in",
"zoom-out",
"crosshair",
"cell",
"not-allowed",
"copy",
"alias",
"no-drop",
"all-scroll",
"col-resize",
"row-resize",
"n-resize",
"e-resize",
"s-resize",
"w-resize",
"ne-resize",
"nw-resize",
"se-resize",
"sw-resize",
"ew-resize",
"ns-resize",
"nesw-resize",
"nwse-resize",
];

The above dropdown in the Cursor extension currently doesn't use the Scratch.translate API. This may or may not be intentional.

@SharkPool-SP
Copy link
Collaborator

@GarboMuffin any reason for this?

@GarboMuffin
Copy link
Member

not particularly

@GarboMuffin
Copy link
Member

if the names don't match the internal CSS names anymore, a lot of them could have much better names

@SharkPool-SP SharkPool-SP linked a pull request Apr 9, 2025 that will close this issue
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 a pull request may close this issue.

3 participants