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

Can't add spell checker for a language other than English on Mac #120

Open
avner-hoffmann opened this issue Jul 31, 2018 · 3 comments
Open

Comments

@avner-hoffmann
Copy link

avner-hoffmann commented Jul 31, 2018

I tried to add spell checker to a language other than English, for example Hebrew. I tried all the following as written in the documentation, none of them worked:

  1. window.spellCheckHandler.switchLanguage('he-IL');
  2. window.spellCheckHandler.loadDictionaryForLanguageWithAlternatives('he-IL');

let dictionarySync = new DictionarySync();
dictionarySync.loadDictionaryForLanguage('he-IL');
window.spellCheckHandler = new SpellCheckHandler(dictionarySync);

What am I doing wrong?
This comment appears in the code: '// NB: OS X does automatic language detection, we're gonna trust it'
and then this.currentSpellcheckerLanguage is set to 'en-US'
I didn't manage to make it work for a language like Spanish as well, even when I add Spanish to my Mac's languages and keyboard layouts

I guess spell checker should work for other languages except English as well
Please help!

@ynaftali-vonage-zz
Copy link

@paulcbetts @felixrieseberg @CharlieHess @kwonoj @blaatunga @danmckeon @dudeofawesome
Can you help us here? Please 😊

@tomaskavalek
Copy link

Any news please? I have same issue.

@saenzramiro
Copy link

Same here!

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

No branches or pull requests

4 participants