Run yarn i18n, copy some messages from en.json back into source files
This commit is contained in:
@ -148,7 +148,7 @@ const buildMessage = (
|
||||
others: totalCount && totalCount > 0 ? (
|
||||
<FormattedMessage
|
||||
id='notification.others'
|
||||
defaultMessage=' + {count, plural, one {# other} other {# others}}'
|
||||
defaultMessage='+ {count, plural, one {# other} other {# others}}'
|
||||
values={{ count: totalCount - 1 }}
|
||||
/>
|
||||
) : '',
|
||||
|
||||
Reference in New Issue
Block a user