Skip to content
Snippets Groups Projects
Commit ee9b582e authored by Pieter Frenssen's avatar Pieter Frenssen
Browse files

Issue #3475611 by pfrenssen: Allow to translate registration messages and mails

parent 0ed2946c
Branches 2.0.x
No related tags found
No related merge requests found
......@@ -30,36 +30,37 @@ recurring_events_registration.registrant.config:
type: boolean
label: 'Whether to use the email notifications queue'
successfully_registered:
type: string
type: label
label: 'The message to display when a registrant is successfully created'
successfully_registered_waitlist:
type: string
type: label
label: 'The message to display when a registrant is successfully added to the waitlist'
successfully_updated:
type: string
type: label
label: 'The message to display when a registrant is successfully updated'
successfully_updated_waitlist:
type: string
type: label
label: 'The message to display when a registrant on the waitlist is successfully updated'
already_registered:
type: string
type: label
label: 'The message to display when a user is already registered for an event'
registration_closed:
type: string
type: label
label: 'The message to display when registration is closed for an event'
notifications:
type: sequence
sequence:
type: mapping
label: 'Email notification'
mapping:
enabled:
type: boolean
label: 'Whether to enable these notifications'
subject:
type: string
type: label
label: 'The email subject for these notifications'
body:
type: string
type: text
label: 'The email body for these notifications'
field.widget.settings.event_registration:
type: mapping
......
recurring_events_registration.registrant.config:
title: 'Recurring Events Registration configuration'
base_route_name: registrant.settings
names:
- recurring_events_registration.registrant.config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment