https://bugs.documentfoundation.org/show_bug.cgi?id=143754
--- Comment #14 from Olivier Hallot <olivier.hal...@libreoffice.org> --- This English Sentence Checking feature is actually a set of python regex run by LightProof grammar checker, and are part of the bundled extensions released with LibreOffice. https://cgit.freedesktop.org/libreoffice/lightproof The English set of rules is configurable in the dialog. However, other languages such as pt-BR has another set of rules and the settings dialog is different, with some ad-hoc linguistic rules and different grammar checking. The Sentence checking is in the dictionaries/<lang> submodule. Since the grammar checking varies per language, I find strange to create a Help page translatable with Portuguese rules on a English UI. But the dialog created by the extension could have a Help button to open a wiki page with the rules explained in the user or document language. -- You are receiving this mail because: You are the assignee for the bug.