Use Hunspell for client-side spellchecking (#20286)

GitOrigin-RevId: c4d0d9e06fe0cc9d7cb7a058fd0768eb024e44f5
This commit is contained in:
Alf Eaton
2024-10-02 09:25:02 +01:00
committed by Copybot
parent 2d737810d4
commit 24c8629cd4
40 changed files with 5391 additions and 514 deletions
@@ -79,6 +79,7 @@ async function joinProject(req, res, next) {
// disable spellchecking for currently unsupported spell check languages
// preserve the value in the db so they can use it again once we add back
// support.
// TODO: allow these if in client-side spell check split test
if (
unsupportedSpellcheckLanguages.indexOf(project.spellCheckLanguage) !== -1
) {