sitegeist / translatelabels

TYPO3 extension to find and translate labels in frontend and admin panel
GNU General Public License v2.0
3 stars 8 forks source link

Extendable conditions for translation labels #49

Closed ulrichmathes closed 8 months ago

ulrichmathes commented 8 months ago

Translation labels are shown when the admin panel is active and Show translation labels is enabled and some other checks.

With these changes an event is dispatched after the basic checks are walked through.

The Event provides labelKey, extensionName and the current renderingContext.