Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Possible solution for mulit lingual spellchecking #143

Description

@git001

Due to the fact that issue #11 is not editable I open this issue for a possible solution.

I was able to add de_AT to atom spellchecker with the following steps.
I assume this works on most linux.

  • install hunspell and your language
  • execute hunspell -D to get the location of the spell files
  • copy the files into the atomic dir
 cp /usr/share/myspell/de_AT.* /usr/share/atom/resources/app.asar.unpacked/node_modules/spell-check/node_modules/spellchecker/vendor/hunspell_dictionaries/
  • start atom with the lang variable set
LANG=de_AT /usr/bin/atom -f

This solution works only with one language per atom instance.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions