Atom:无法加载 en_IN 的系统字典。检查字典文件的以下路径:

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

当我打开 Atom 编辑器时,它显示以下错误消息。如何解决?

我已经通过以下方式在编辑器中使用语言更新解决了这个问题:

1) Atom → 编辑 → 首选项 → 包

2) search for "spell check" and deselect Use Locales button and mention en-US (editor support language) in custom bar.

3) 重启编辑器后。

您可能缺少系统词典。

使用 ctrl-, 转到设置并在 Packages 中查找程序包 spell-check。输入其设置。

  1. 确保选择 Use Locales(默认,我相信)。
  2. Locales 框中写下必要的语言环境,例如 en_US, pt_PT 适用于美国英语和欧洲葡萄牙语。这对使用多种语言写作的人很有用。
  3. 在您的系统上安装必要的词典。在这种情况下,它将是:

    $ sudo apt install hunspell-pt-pt hunspell-en-us`
    

我和 Windows 有同样的问题。问题不在于 Atom。系统缺少正确的语言。我添加了语言并重新打开 Atom,错误不再出现。