Add missing report category translation (#25400)
This commit is contained in:
		
					parent
					
						
							
								10746af82f
							
						
					
				
			
			
				commit
				
					
						1cb4514d0e
					
				
			
		
					 3 changed files with 4 additions and 0 deletions
				
			
		|  | @ -8,10 +8,12 @@ import ImmutablePureComponent from 'react-immutable-pure-component'; | |||
| import { AvatarOverlay } from 'mastodon/components/avatar_overlay'; | ||||
| import { RelativeTimestamp } from 'mastodon/components/relative_timestamp'; | ||||
| 
 | ||||
| // This needs to be kept in sync with app/models/report.rb | ||||
| const messages = defineMessages({ | ||||
|   openReport: { id: 'report_notification.open', defaultMessage: 'Open report' }, | ||||
|   other: { id: 'report_notification.categories.other', defaultMessage: 'Other' }, | ||||
|   spam: { id: 'report_notification.categories.spam', defaultMessage: 'Spam' }, | ||||
|   legal: { id: 'report_notification.categories.legal', defaultMessage: 'Legal' }, | ||||
|   violation: { id: 'report_notification.categories.violation', defaultMessage: 'Rule violation' }, | ||||
| }); | ||||
| 
 | ||||
|  |  | |||
|  | @ -553,6 +553,7 @@ | |||
|   "report.unfollow": "Unfollow @{name}", | ||||
|   "report.unfollow_explanation": "You are following this account. To not see their posts in your home feed anymore, unfollow them.", | ||||
|   "report_notification.attached_statuses": "{count, plural, one {{count} post} other {{count} posts}} attached", | ||||
|   "report_notification.categories.legal": "Legal", | ||||
|   "report_notification.categories.other": "Other", | ||||
|   "report_notification.categories.spam": "Spam", | ||||
|   "report_notification.categories.violation": "Rule violation", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue