formatMessage
formatMessage(
translateFn,message):string
Defined in: packages/ui-react/src/i18n/utils.ts:87
渲染 store 侧消息:I18nMessage 走字典翻译,原始字符串 (如 engine 抛出的错误文本)原样返回。
Parameters
Section titled “Parameters”translateFn
Section titled “translateFn”message
Section titled “message”string | I18nMessage
Returns
Section titled “Returns”string