@ -268,6 +293,30 @@ class FocalPointModal extends ImmutablePureComponent {
<divclassName='report-modal__comment'>
{focals&&<p><FormattedMessageid='upload_modal.hint'defaultMessage='Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.'/></p>}
{tag.history!==undefined&&<divclassName='autosuggest-hashtag__uses'><FormattedMessageid='autosuggest_hashtag.per_week'defaultMessage='{count} per week'values={{count:weeklyUses}}/></div>}
<FormattedMessageid='trends.count_by_accounts'defaultMessage='{count} {rawCount, plural, one {person} other {people}} talking'values={{rawCount:hashtag.getIn(['history',0,'accounts'])*1+hashtag.getIn(['history',1,'accounts'])*1,count:<strong>{shortNumberFormat(hashtag.getIn(['history',0,'accounts'])*1+hashtag.getIn(['history',1,'accounts'])*1)}</strong> }} />
console.warn('Both renderer prop and renderer as a child provided. This is a mistake and you really should fix that. Only renderer passed as a child will be used.');
message:<FormattedMessageid='confirmations.domain_block.message'defaultMessage='Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable. You will not see content from that domain in any public timelines or your notifications. Your followers from that domain will be removed.'values={{domain:<strong>{domain}</strong> }} />,
message:<FormattedMessageid='confirmations.unfollow.message'defaultMessage='Are you sure you want to unfollow {name}?'values={{name:<strong>@{account.get('acct')}</strong> }} />,
dispatch(
openModal('CONFIRM',{
message:(
<FormattedMessage
id='confirmations.unfollow.message'
defaultMessage='Are you sure you want to unfollow {name}?'
@ -268,6 +293,30 @@ class FocalPointModal extends ImmutablePureComponent {
<divclassName='report-modal__comment'>
{focals&&<p><FormattedMessageid='upload_modal.hint'defaultMessage='Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.'/></p>}
"follow_requests.unlocked_explanation":"Even though your account is not locked, the {domain} staff thought you might want to review follow requests from these accounts manually.",
"generic.saved":"Saved",
"getting_started.developers":"Developers",
"getting_started.directory":"Profile directory",
"getting_started.documentation":"Documentation",
@ -377,7 +374,7 @@
"status.bookmark":"Bookmark",
"status.cancel_reblog_private":"Unboost",
"status.cannot_reblog":"This post cannot be boosted",