Open
Description
Is your feature request related to a problem? Please describe.
I would like to add translated helper texts to inputs.
For now i need to add manually a translation key to every input
I would like to fill in i18nProvider all the helper text which i need without touching the forms itself
Describe the solution you'd like
Create a similar solution to fields translations. If a translation exists than helper text will be displayed.
resources.[resource_name].fieldHelperTexts.[field name]
or
resources.[resource_name].fields.[field name] = {label: "Field Label", helperText: "hint"}
shorthand would be the original version. not an object but string.