Bug #92321
closedrte_ckeditor: spellchecker "WSC" does not gain language from TYPO3
0%
Description
Dears,
accoring my investigations, ckeditor is configured for languages with two options:- editor.config.language for UI
- editor.config.contentsLanguage for content (text written)
Both settings do not affect the WSC - webspellchecker language setting, used by ckeditor for spellchecking.
The language for spellchecking is always defaulted to "American English".
Even then, when you edited a record, set the spellchecking lang to "de" and edit another record: start over again with "American English".
WSC claims on their website:
Auto Detect language. This is a feature that auto-detects the input language and does the check using the proper language. Its support covers around 80 languages. This feature is available in all paid plans except the Basic one. To enable it by default for all users, set 'auto' as a default language (see details below).
So, i would assume this feature should work out of the box. But does not in TYPO3.
I set also the user preferences correctly to language German.
I can probably set the language for the spellchecker by JS in the backend (hopefully, will find out...) for a intermediate solution.
I kindly ask you to make the user backend language work for the spellchecker.
Thank you,
Thomas
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66020
Updated by Georg Ringer over 4 years ago
- Related to Feature #91619: Allow different ckeditor configurations by language added
Updated by Thomas Sam Wittich over 4 years ago
Dear Typo3-Devs,
can you please add this as well to v8 ELTS?
Would be VERY helpful.
Thank you very much,
Thomas
Updated by Gerrit Code Review over 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/66020
Updated by Georg Ringer over 1 year ago
- Status changed from Under Review to Rejected
with ckeditor5 which is used in v12, the spellchecking has been moved to a 3rd party plugin which is not free - see https://ckeditor.com/docs/ckeditor5/latest/features/spelling-and-grammar-checking.html therefore I reject this issue.