Actions
Bug #100633
closedCKEditor: Wrong language for interface and content
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2023-04-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The language of our admin is set to "german" and also TYPO3-sitelanguage, but our CKEditor is always in english in TYPO 12.3.0 (non-composer).
Without language-settings for RTE the attribute "options" in HTML-Code is
"language":{"ui":"en","content":"en-us"}
with language-settings for RTE "editor.config.language.content: de" and "editor.config.language.ui: de":
"language":{"ui":"de","content":"en-us"}
The detection in https://github.com/TYPO3/typo3/blob/main/typo3/sysext/rte_ckeditor/Classes/Form/Element/RichTextElement.php seems not working and propably the language-files for other languages are missing?!
Updated by Andreas Nedbal over 1 year ago
- Has duplicate Bug #100869: Base CKEditor configuration prevents editor localization added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
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/+/79023
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for patchlevel
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79213
Updated by Andreas Nedbal over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 84e5887e2334f9fab97748019bd4c49c24f09338.
Actions