Extracted from a code TODO at src/Rules/LangSpam.php:179.
The language spam rule can currently detect a limited set of languages. We should let users select from all ~82 languages the library can detect, offered through presets:
- the site language
- the site language + English
- if more than two languages are installed, use those
- a custom option (could reuse the Preferred Languages UI for selection, also exposing the ISO codes)
Originating TODO is in src/Rules/LangSpam.php. Note src/Rules/LangSpam.php:188 also flags that the old filters should be deprecated as part of this work.
Extracted from a code TODO at
src/Rules/LangSpam.php:179.The language spam rule can currently detect a limited set of languages. We should let users select from all ~82 languages the library can detect, offered through presets:
Originating TODO is in
src/Rules/LangSpam.php. Notesrc/Rules/LangSpam.php:188also flags that the old filters should be deprecated as part of this work.