Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/js/webinar.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Webinar {
constructor(webinarId, lang, languageNames, data) {
$.getJSON(`${API_BASE_URL}/connect/contact/webinar/${webinarId}`).done(d => {
data.name = d.name;
data.status = d.status;
data.language = languageNames[d.language];
data.dateStart = d.dateStart.replace(' ', 'T') + 'Z';
data.lead = d.metadata.lead[lang];
Expand Down
6 changes: 6 additions & 0 deletions i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1367,6 +1367,12 @@
translation: "Deutsch"
- id: webinar_accept_privacy
translation: "Ich akzeptiere die <a class=\"text-link\" href=\"/de/privacy/\">Datenschutzerklärung</a>."
- id: webinar_none_title
translation: "Aktuell ist kein Webinar geplant"
- id: webinar_none_lead
translation: "Derzeit ist kein Webinar geplant, aber wir kündigen regelmäßig neue Termine an."
- id: webinar_none_newsletter_instruction
translation: "Abonniere unseren Hub-Newsletter und wir informieren dich, sobald das nächste Webinar feststeht."

# Sale
- id: sale_off
Expand Down
6 changes: 6 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,12 @@
translation: "German"
- id: webinar_accept_privacy
translation: "I accept the <a class=\"text-link\" href=\"/privacy/\" target=\"_blank\">Privacy Policy</a>."
- id: webinar_none_title
translation: "No Webinar Scheduled Right Now"
- id: webinar_none_lead
translation: "There's no webinar planned at the moment, but we announce new sessions regularly."
- id: webinar_none_newsletter_instruction
translation: "Subscribe to our Hub mailing list and we'll let you know as soon as the next webinar is scheduled."

# Sale
- id: sale_off
Expand Down
Loading
Loading