You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I have started to use this library in my electron application, and I found that calling getAvailableDictionaries does not give me all dictionaries those included in ~/Library/Spelling.
I have found out that the call availableLanguages on NSSpellChecker does not return the dictionaries, but when I try to code small swift app that calls NSSpellChecker.shared.availableLanguages it returns all the dictionaries.
Is there any way how to fix this please?
MacOS: 10.14.4
node-spellchecker: 3.5.2
Seems that #42 has a possible fix, but not sure about its validity.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have started to use this library in my electron application, and I found that calling
getAvailableDictionaries
does not give me all dictionaries those included in~/Library/Spelling
.I have found out that the call
availableLanguages
onNSSpellChecker
does not return the dictionaries, but when I try to code small swift app that callsNSSpellChecker.shared.availableLanguages
it returns all the dictionaries.Is there any way how to fix this please?
MacOS: 10.14.4
node-spellchecker: 3.5.2
Seems that #42 has a possible fix, but not sure about its validity.
The text was updated successfully, but these errors were encountered: