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.
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.
hunspell -Dto get the location of the spell filesThis solution works only with one language per atom instance.