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

Disable for other languages ? #367

Closed
ahmadyousefdev opened this issue Jul 28, 2019 · 4 comments
Closed

Disable for other languages ? #367

ahmadyousefdev opened this issue Jul 28, 2019 · 4 comments
Labels

Comments

@ahmadyousefdev
Copy link

Hi, I was wondering if there is a way to disable the spell checker for other languages that doesn't have the same latin characters, for example Arabic or Bengali or Japanese.

@Jason3S
Copy link
Collaborator

Jason3S commented Jul 29, 2019

There is an indirect way of doing it by having the spell checker ignore it.

If you add ignoreRegExpList to cspell.json or in the VS Code settings cSpell.ignoreRegExpList.

Example for Arabic:

"ignoreRegExpList": [
    "/[\\u0621-\\u064A]+/"
]

@ahmeed83
Copy link

Thanks Jason, that solved the problem!

@Jason3S Jason3S added the FAQ label Oct 23, 2019
@Jason3S Jason3S closed this as completed Oct 23, 2019
@alirezanet
Copy link

alirezanet commented Jul 11, 2020

There is an indirect way of doing it by having the spell checker ignore it.

If you add ignoreRegExpList to cspell.json or in the VS Code settings cSpell.ignoreRegExpList.

Example for Arabic:

"ignoreRegExpList": [
    "/[\\u0621-\\u064A]+/"
]

Works for Persian too. thanks

"cSpell.ignoreRegExpList": [
   "/[\\u0621-\\u064A]+/"
]

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants