-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Unable to set the document spellcheck language #8837
Comments
pengx17
added a commit
that referenced
this issue
Nov 20, 2024
may fix #8837. fix AF-1712 MacOS automatically do spellcheck based on given text. This only works for Win/Linux. ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/25058395-d70a-42a4-b869-c69fa71bc418.png)
pengx17
added a commit
that referenced
this issue
Nov 20, 2024
may fix #8837. fix AF-1712 MacOS automatically do spellcheck based on given text. This only works for Win/Linux. ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/25058395-d70a-42a4-b869-c69fa71bc418.png)
If there was meant to be a fix in 0.18.1, it does not seem to work.
Both AppImage and Flatpak versions default to a non-English locale when doing spellchecking. Maybe an explicit setting per document or workspace is easier and more correct (as I edit documents with different languages in different workspaces, or even within a workspace. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
I'm using the official Electron-based Linux app which is distributed as an AppImage.
The spellcheck can be enabled in the settings. I set the UI language to English and cleared the locale environment. However, the document spellcheck language seems to be picked up from the desktop environment somehow. That is confusing and wrong, and I don't know how to set it properly. It seems that the spellcheck is a built-in feature of electron that needs to be configured.
I propose to implement at least one of the following (from less to more preferred, in my opinion):
Thanks!
The text was updated successfully, but these errors were encountered: