collabora_ynh icon indicating copy to clipboard operation
collabora_ynh copied to clipboard

Dictionaries

Open coolkau opened this issue 2 years ago • 1 comments

When installing via Yunohost, no dictionaries will be installed/activated. I saw no option to set them, no mention in any of the docs. Is there anywhere a place to pass options to the installer? I might miss something obvious, as I dont think I'd be the first one to ask this.

coolkau avatar Mar 05 '22 10:03 coolkau

You have to install hunspell:

sudo apt install hunspell
systemctl restart coolwsd

Wait a few moments and it should work If you want to add dictionaries:

sudo apt install hunspell-en-gb
sudo apt install hunspell-de-de

etc.

Do a: systemctl restart coolwsd each time you have installed a new dictionary

Sonnenblumenkind avatar May 15 '22 20:05 Sonnenblumenkind