Atom: Cannot load the system dictionary for en_IN. Checked the following paths for dictionary files:

99封情书 提交于 2020-05-26 15:37:48

问题


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.

  1. Make sure Use Locales is selected (default, I believe).
  2. Write the necessary locales in the Locales box, for example en_US, pt_PT would work for both American English and European Portuguese. This is useful for those who write in multiple languages.
  3. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!