You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Translation Editor: Edit translation strings directly from the frontend. Just click on any text to verify its key and create an override.
Joomla 4+ Child Template Support: The plugin now correctly recognizes and uses template overrides from parent templates when using Joomla's child template system.
Translation Map: Automatically injects a map of used translation keys to the frontend for precise text identification.
Changed
Updated ViewBuilderHelper::getOverridePath() to check both child and parent template folders for existing overrides.
Updated ViewBuilderPlugin::getOverridePath() with the same parent template fallback logic.
Updated FormBuilderHelper::getFormOverridePath() to support form XML overrides in parent templates.
Added new ViewBuilderHelper::getParentTemplate() method to detect child template parent from templateDetails.xml.
Added TextOverrideLoader to intercept Joomla\CMS\Language\Text for translation handling.