I'm getting these whenever I'm accessing kate in manjaro kde, how do I solve this. I'm using konsole, zsh if it does any help.
Asked
Active
Viewed 377 times
1 Answers
0
It seems that your language-specific version of hunspell
is missing (which in turn should install your missing libraries as requirements on its own).
In my case sudo pacman -S hunspell-en_us
did the trick.
In your case it seems that you'll need an en_in
version (which is not available in my repos, but that might be different on your system).

Tom Mekken
- 1,019
- 1
- 12
- 27