Skip to content

Korean translation issue with delete-file-action #956

@microbit-matt-hillsdon

Description

@microbit-matt-hillsdon

image

When running locally you get a useful logged error that we don't get in review deployments. I'll check all other languages locally too.

utils.js:19 Error: [@formatjs/intl Error FORMAT_ERROR] Error formatting message: "delete-file-action", using id as fallback. 
Locale: ko
MessageID: delete-file-action
Default Message: undefined
Description: undefined 
 

The intl string context variable "filename" was not provided to the string "undefined"
Error: The intl string context variable "filename" was not provided to the string "undefined"
    at MissingValueError.FormatError [as constructor] (error.js:14:1)
    at new MissingValueError (error.js:44:1)
    at formatToParts (formatters.js:66:1)
    at IntlMessageFormat.formatToParts (core.js:117:1)
    at IntlMessageFormat.format (core.js:95:1)
    at formatMessage (message.js:79:1)
    at formatMessage (provider.js:44:1)
    at FormattedMessage (message.js:21:1)
    at renderWithHooks (react-dom.development.js:14985:1)
    at mountIndeterminateComponent (react-dom.development.js:17811:1)
    at new MessageFormatError (error.js:50:1)
    at formatMessage (message.js:82:1)
    at formatMessage (provider.js:44:1)
    at FormattedMessage (message.js:21:1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions