Bug #99265
closedText in backend modules are not localized to (e.g.) german in TYPO3 12
100%
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>
Updated by Georg Ringer almost 2 years ago
- Status changed from New to Needs Feedback
no breaking change IMO has been made. wanna test with a full key like LLL:EXT:<key>Resources/Private/Language/locallang.xlf:identifier
?
Updated by Alex Kellner almost 2 years ago
Latest test in Fluid for backend module:
<f:translate key="langtest">fallback</f:translate> <f:translate key="langtest" extensionName="Luxletter">fallback</f:translate> <f:translate key="LLL:EXT:luxletter/Resources/Private/Language/locallang.xlf:langtest">fallback</f:translate>
There is no localization in any of this cases
Updated by Gerrit Code Review almost 2 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 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/+/77032
Updated by Gerrit Code Review almost 2 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/+/77032
Updated by Gerrit Code Review almost 2 years ago
Patch set 3 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/+/77032
Updated by Gerrit Code Review almost 2 years ago
Patch set 4 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/+/77032
Updated by Georg Ringer almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b744fd3f07efd316631d95e627cedc82f7b65712.
Updated by Georg Ringer almost 2 years ago
- Related to Bug #99298: requireApprovedLocalizations should allow localizations with no approved attribute added