The French spell checking stopped working correctly in Chrome after the latest update (v 132). In Firefox, it works correctly.
You can reproduce the problem by installing nspell and the French dictionary (dictionary-fr) and using the correct method:
var spell = nspell(frenchDict)
spell.correct('mois') // => returns false, but should return true
For a large number of valid words, the "correct" method returns false.
The French spell checking stopped working correctly in Chrome after the latest update (v 132). In Firefox, it works correctly.
You can reproduce the problem by installing nspell and the French dictionary (dictionary-fr) and using the correct method:
For a large number of valid words, the "correct" method returns false.