overleaf / spelling

The backend spellcheck API that performs spell checking for Overleaf
GNU Affero General Public License v3.0
9 stars 17 forks source link

[suggested improvement] Read the list of available languages by running 'aspell dump dicts' #4

Closed yurivict closed 8 years ago

yurivict commented 8 years ago

Currently the list of languages is set in 'languages' element in configuration file.

It is better to read the list of languages using 'aspell dump dicts' command.

henryoswald commented 8 years ago

We will need to keep it as a config option as the web process which lists options does not always run on the same box as the spelling process.