Skip to main content

ScaffolderRJSFFormProps.translateString

Home > @backstage/plugin-scaffolder-react > ScaffolderRJSFFormProps > translateString

Optional string translation function, if provided, allows users to change the translation of the RJSF internal strings. Some strings contain replaceable parameter values as indicated by %1, %2, etc. The number after the % indicates the order of the parameter. The ordering of parameters is important because some languages may choose to put the second parameter before the first in its translation.

Signature:

translateString?: Registry['translateString'];