You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to translate the application, all text has to be wrapped in <FormattedMessage> or formatMessage. We may have to rethink the way we define messages to avoid problems with extraction. I suspect explicitly calling defineMessage for all text centrally in each component is cleaner than defining the text on use, particularly since we can't always use <FormattedMessage>.
The text was updated successfully, but these errors were encountered:
To be able to translate the application, all text has to be wrapped in
<FormattedMessage>
orformatMessage
. We may have to rethink the way we define messages to avoid problems with extraction. I suspect explicitly callingdefineMessage
for all text centrally in each component is cleaner than defining the text on use, particularly since we can't always use<FormattedMessage>
.The text was updated successfully, but these errors were encountered: