[Glitch] Fix wrong pluralization in hashtag component in web UI
Port 1a00bd9244ee8555d7401f4f0ee01ec381e96c1c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
		
							parent
							
								
									ca86858558
								
							
						
					
					
						commit
						4907517db4
					
				@ -12,7 +12,7 @@ const Hashtag = ({ hashtag }) => (
 | 
				
			|||||||
        #<span>{hashtag.get('name')}</span>
 | 
					        #<span>{hashtag.get('name')}</span>
 | 
				
			||||||
      </Permalink>
 | 
					      </Permalink>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <FormattedMessage id='trends.count_by_accounts' defaultMessage='{count} {rawCount, plural, one {person} other {people}} talking' values={{ rawCount: hashtag.getIn(['history', 0, 'accounts']), count: <strong>{shortNumberFormat(hashtag.getIn(['history', 0, 'accounts']) + hashtag.getIn(['history', 1, 'accounts']))}</strong> }} />
 | 
					      <FormattedMessage id='trends.count_by_accounts' defaultMessage='{count} {rawCount, plural, one {person} other {people}} talking' values={{ rawCount: hashtag.getIn(['history', 0, 'accounts']) + hashtag.getIn(['history', 1, 'accounts']), count: <strong>{shortNumberFormat(hashtag.getIn(['history', 0, 'accounts']) + hashtag.getIn(['history', 1, 'accounts']))}</strong> }} />
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div className='trends__item__current'>
 | 
					    <div className='trends__item__current'>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user