-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Fix accents in Russian (ё) #1712
Comments
Two things are going on. To turn on "languageSettings": [{
"locale": "ru,ru-ru",
"caseSensitive": true
}] The other issue is that it is in the dictionary: |
We can probably use some sort of a list of all Russian words with accents, then find their versions without accents in the dictionary and prefix them with Anyway, I don't know anything about the architecture of this repository yet, I'm guessing the .dic file is generated from a smaller file in some smart way. I'm willing to work on that at some point in the future. |
The dictionary comes from here: dictionary-ru -> code.google.com/hunspell-ru. Changing this copy won't help much, since it gets auto updated. I'm open to using a better Hunspell dictionary. Looks like the one from Google is circa 2013. |
Opened an issue at dictionary-ru, gonna continue there. UPD: Gonna continue here, looks like dictionary-ru does not want to participate in this. |
It's about
ё
. I'd like to have an error if I spell words like "актёр" or "ёлка" without the accent, e.g. "актер". When I try to setcaseSensitive: true
incspell.json
— nothing changes at all.I suppose it is an issue with the Russian dictionary itself, not cSpell, since the accents spell-check fine in Portuguese.
The text was updated successfully, but these errors were encountered: