Project

General

Profile

Bug #99265

Updated by Alex Kellner over 1 year ago

For whatever reason, all labels are always english in the HTML templates in own the 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. german. 
 The text is simply rendered via translate viewhelper. 
 Was there a breaking change that I don't get? 

 Example markup: 
 <pre> 
 <f:translate key="module.newsletter.new.title">Add newsletter</f:translate> 
 </pre>

Back