AtomLinter / linter-spell

Multilingual grammar-specific spell checking for Atom and linter using Ispell compatible interface such as GNU Aspell or Hunspell.
https://atom.io/packages/linter-spell
MIT License
14 stars 1 forks source link

Unable to find Dictionary en-us #22

Closed Subh94 closed 8 years ago

Subh94 commented 8 years ago

When i enable this in atom i am getting error "Unable to find Dictionary en-us " any help will be appreciated.

yitzchak commented 8 years ago

Are you using hunspell or aspell? If you are using hunspell what is the output of

hunspell -D

or

aspell dicts

for aspell?

Subh94 commented 8 years ago

After running "aspell dicts" on my system

en en-variant_0 en-variant_1 en-variant_2 en-w_accents en-wo_accents en_CA en_CA-variant_0 en_CA-variant_1 en_CA-w_accents en_CA-wo_accents en_GB en_GB-ise en_GB-ise-w_accents en_GB-ise-wo_accents en_GB-ize en_GB-ize-w_accents en_GB-ize-wo_accents en_GB-variant_0 en_GB-variant_1 en_GB-w_accents en_GB-wo_accents en_US en_US-variant_0 en_US-variant_1 en_US-w_accents en_US-wo_accents

yitzchak commented 8 years ago

Please try upgrading to v0.10.3

yitzchak commented 8 years ago

I think this is fixed in >v0.10.3

yitzchak commented 8 years ago

Closing assuming that this is fixed. I will reopen if it is not.