问题
When I open Atom editor it shows the following error message. How to resolve the same?
回答1:
I have resolved this problem using language update in editor following way:
1) Atom → Edit → Preferences → Packages
2) search for "spell check" and deselect Use Locales button and mention en-US (editor support language) in custom bar.
3) After restart the editor.
回答2:
You might be missing the system dictionaries.
Go to settings with ctrl-,
and look in Packages
for the package spell-check
. Enter its settings.
- Make sure
Use Locales
is selected (default, I believe). - Write the necessary locales in the
Locales
box, for exampleen_US, pt_PT
would work for both American English and European Portuguese. This is useful for those who write in multiple languages. Install the necessary dictionaries on your system. In this case that would be:
$ sudo apt install hunspell-pt-pt hunspell-en-us`
回答3:
I had the same problem with Windows. The problem was not by Atom. The system was missing the right language. I added the language and reopened Atom and the error didn't come up anymore.
来源:https://stackoverflow.com/questions/50963175/atom-cannot-load-the-system-dictionary-for-en-in-checked-the-following-paths-f