Project

General

Profile

Bug #100759

Updated by Markus Klein 12 months ago

This is a crucial feature for integrators, who need to adjust a label from an extension. 

 Expected behaviour: 

 Overriding labels via Template should work for extbase and non-extbase extensions. Specifically using Fluid. 

 <pre><code class="typoscript"> ``` 
 plugin.tx_myext_pi1._LOCAL_LANG.de.shop\.checkout = Jetzt bestellen! 
 </code></pre> ``` 

 <pre><code class="html"> ``` 
 <button type="submit>{f:translate(id:'shop.checkout')}</button> 
 </code></pre> ``` 

Back