Actions
Bug #99265
closedText in backend modules are not localized to (e.g.) german in TYPO3 12
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-12-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
For whatever reason, all labels are always english in the HTML templates in own backend modules in TYPO3 12.0.0
No matter if my profile is set to english or german and no matter if I do a translation update via CLI.
The text is simply rendered via translate viewhelper.
Was there a breaking change that I don't get?
Example markup:
<f:translate key="module.newsletter.new.title">Add newsletter</f:translate>
Actions