We are looking to translate few quicklinks verbiage mapped in a widget plugin along with widget name. We tried adding messages folder with iiqCustom.properties and iiqMessages.properties in the plugin but unable to translate.
Need your assistance on the same.
In a Full page plugin component, the HTML uses the msgs function to translate the text.
should be like <h2>${msgs("quicklink.title")}</h2> // here Hardcoded strings won’t be translated.