Is it possible to prepend/append some hardcoded text inside a placeholder? e.g we have some text like "Example: " and we want this to appear before translated text in the placeholder.
Original html without prepended/appended static text:
<input type="text" data-i18n="[placeholder]translationKEY"/>
Related question: Translate custom attributes with i18next (placeholder, value)