All checks were successful
		
		
	
	Run unit tests / copyright_notice (pull_request) Successful in 56s
				
			Run unit tests / rubocop (pull_request) Successful in 1m10s
				
			Run unit tests / check-licenses (pull_request) Successful in 1m20s
				
			Run unit tests / unit_tests (pull_request) Successful in 2m3s
				
			Run unit tests / build-static-assets (pull_request) Successful in 9m10s
				
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			763 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			763 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
en:
 | 
						|
  hello: "Hello world"
 | 
						|
  active_record:
 | 
						|
    attributes:
 | 
						|
      guest:
 | 
						|
        status: Status
 | 
						|
      guest/status:
 | 
						|
        considered: Considered
 | 
						|
        invited: Invited
 | 
						|
        confirmed: Confirmed
 | 
						|
        declined: Declined
 | 
						|
        tentative: Tentative
 | 
						|
 | 
						|
  admin_mailer:
 | 
						|
    greeting: "Dear user"
 | 
						|
    attendance_change_email:
 | 
						|
      subject: "%{name} has changed their attendance status: %{status}"
 | 
						|
      paragraph_1: "The guest %{name} has changed their attendance for the wedding."
 | 
						|
      notify_on_updates: "You will be notified of any further changes to their attendance status."
 | 
						|
    invitations_pdf_email:
 | 
						|
      subject: "Your wedding invitations are ready"
 | 
						|
      paragraph_1: "Your wedding invitations are ready. Please, find them attached to this email."
 |