Skip to content

Input HelperText i18n translation #10784

Open
@papppeter

Description

@papppeter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFCRequest For Comments

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions