@@ -83,37 +83,39 @@ export default ModelBase.extend({
8383 speaker : SPEAKER_FORM_FIELDS ,
8484
8585 attendee : {
86- firstname : tn . t ( 'First Name' ) ,
87- lastname : tn . t ( 'Last Name' ) ,
88- email : tn . t ( 'Email' ) ,
89- address : tn . t ( 'Address (Street, Building, Number etc.)' ) ,
90- city : tn . t ( 'City' ) ,
91- state : tn . t ( 'State' ) ,
92- country : tn . t ( 'Country' ) ,
93- jobTitle : tn . t ( 'Job Title' ) ,
94- phone : tn . t ( 'Phone' ) ,
95- taxBusinessInfo : tn . t ( 'Tax Business Info' ) ,
96- company : tn . t ( 'Organisation' ) ,
97- workPhone : tn . t ( 'Work Phone' ) ,
98- website : tn . t ( 'Website' ) ,
99- blog : tn . t ( 'Blog' ) ,
100- twitter : tn . t ( 'Twitter' ) ,
101- facebook : tn . t ( 'Facebook' ) ,
102- github : tn . t ( 'GitHub' ) ,
103- instagram : tn . t ( 'Instagram' ) ,
104- linkedin : tn . t ( 'LinkedIn' ) ,
105- mastodon : tn . t ( 'Mastodon' ) ,
106- gender : tn . t ( 'Gender' ) ,
107- acceptReceiveEmails : tn . t ( 'Email consent' ) ,
108- acceptVideoRecording : tn . t ( 'Photo & video & text consent' ) ,
109- acceptShareDetails : tn . t ( 'Partner contact consent' ) ,
110- ageGroup : tn . t ( 'Age Group' ) ,
111- isConsentOfRefundPolicy : tn . t ( 'Consent of refund policy' ) ,
112- homeWiki : tn . t ( 'What is your home wiki' ) ,
113- languageForm1 : tn . t ( 'What is your native language, or what language are you most fluent in?' ) ,
114- languageForm2 : tn . t ( 'Are you fluent in any other of the following languages?' ) ,
115- is_consent_form_field : tn . t ( 'Consent form field' ) ,
116- wikiScholarship : tn . t ( 'Have you received a Wikimania scholarship?' )
86+ firstname : tn . t ( 'First Name' ) ,
87+ lastname : tn . t ( 'Last Name' ) ,
88+ email : tn . t ( 'Email' ) ,
89+ address : tn . t ( 'Address (Street, Building, Number etc.)' ) ,
90+ city : tn . t ( 'City' ) ,
91+ state : tn . t ( 'State' ) ,
92+ country : tn . t ( 'Country' ) ,
93+ jobTitle : tn . t ( 'Job Title' ) ,
94+ phone : tn . t ( 'Phone' ) ,
95+ taxBusinessInfo : tn . t ( 'Tax Business Info' ) ,
96+ company : tn . t ( 'Organisation' ) ,
97+ workPhone : tn . t ( 'Work Phone' ) ,
98+ website : tn . t ( 'Website' ) ,
99+ blog : tn . t ( 'Blog' ) ,
100+ twitter : tn . t ( 'Twitter' ) ,
101+ facebook : tn . t ( 'Facebook' ) ,
102+ github : tn . t ( 'GitHub' ) ,
103+ instagram : tn . t ( 'Instagram' ) ,
104+ linkedin : tn . t ( 'LinkedIn' ) ,
105+ mastodon : tn . t ( 'Mastodon' ) ,
106+ gender : tn . t ( 'Gender' ) ,
107+ acceptReceiveEmails : tn . t ( 'Email consent' ) ,
108+ acceptVideoRecording : tn . t ( 'Photo & video & text consent' ) ,
109+ acceptShareDetails : tn . t ( 'Partner contact consent' ) ,
110+ ageGroup : tn . t ( 'Age Group' ) ,
111+ isConsentOfRefundPolicy : tn . t ( 'Consent of refund policy' ) ,
112+ homeWiki : tn . t ( 'What is your home wiki' ) ,
113+ languageForm1 : tn . t ( 'What is your native language, or what language are you most fluent in?' ) ,
114+ languageForm2 : tn . t ( 'Are you fluent in any other of the following languages?' ) ,
115+ is_consent_form_field : tn . t ( 'Consent form field' ) ,
116+ wikiScholarship : tn . t ( 'Have you received a Wikimania scholarship?' ) ,
117+ is_consent_form_field_photo : tn . t ( 'Wikimania photo consent' ) ,
118+ is_consent_form_field_email : tn . t ( 'Wikimania email updates' )
117119 } ,
118120
119121 ready ( ) {
0 commit comments