React intl - nobu0605/accounting-application GitHub Wiki
If you use a variable with react-intl, you need to define it like this.
{
id: 'common.deleteAccount',
},
{
defaultMessage: '勘定科目 {accountName} を本当に削除しますか?',
accountName: accountName,
}
https://stackoverflow.com/questions/50151624/how-to-use-placeholder-with-intl-formatmessage