diff --git a/messages/de.json b/messages/de.json index 7984d14..f84cc4a 100644 --- a/messages/de.json +++ b/messages/de.json @@ -2,7 +2,7 @@ "$schema": "https://inlang.com/schema/inlang-message-format", "about_body": "Wir sind die Veranstalter der 35. TaCoS 2026 in Heidelberg.", "about_tacos_link": "Besuche die TaCoS Website", - "about_title": "Über TaCoStage", + "about_title": "Über uns", "cfc_primary_overline": "Call for Contributions", "cfc_primary_title": "Beitrag einreichen", "cfc_secondary_overline": "Mehr erfahren", @@ -19,7 +19,9 @@ "field_email": "E‑Mail", "field_name": "Name", "hello_world": "Hallo, {name} aus de!", - "homepage_intro": "Du möchtest bei der 35. TaCoS 2026 in Heidelberg einen Vortrag oder Workshop halten? Dann bist du hier richtig! Hier findest du alle Infos zur Einreichung von Beiträgen.", + "homepage_intro": "Du möchtest bei der 35. TaCoS 2026 in Heidelberg einen Vortrag oder Workshop halten? Dann bist du hier richtig!", + "homepage_intro_more": "Auf unserer Website findest du", + "homepage_cfp_link": "Erklärungen zu den verfügbaren Vortragsformaten und den Einreichungsmodalitäten", "homepage_title": "TaCoStage", "nav_about": "Über uns", "nav_contribute": "Mitmachen", diff --git a/messages/en.json b/messages/en.json index 3d8c5bc..8e9c33b 100644 --- a/messages/en.json +++ b/messages/en.json @@ -2,7 +2,7 @@ "$schema": "https://inlang.com/schema/inlang-message-format", "about_body": "We are the organizers of the 35th TaCoS 2026 in Heidelberg.", "about_tacos_link": "Visit the TaCoS website", - "about_title": "About TaCoStage", + "about_title": "About", "cfc_primary_overline": "Call for Contributions", "cfc_primary_title": "Submit your contribution", "cfc_secondary_overline": "Learn more", @@ -19,7 +19,9 @@ "field_email": "Email", "field_name": "Name", "hello_world": "Hello, {name} from en!", - "homepage_intro": "Do you want to give a talk or host a workshop at the 35th TaCoS 2026 in Heidelberg? You’re in the right place! Here you’ll find everything about submitting contributions.", + "homepage_intro": "Do you want to give a talk or host a workshop at the 35th TaCoS 2026 in Heidelberg? You’re in the right place!", + "homepage_intro_more": "On our website, you can find", + "homepage_cfp_link": "explanations regarding the available presentation formats and the submission modalities", "homepage_title": "TaCoStage", "nav_about": "About", "nav_contribute": "Contribute", diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 55a59b1..7d07fc0 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -27,6 +27,9 @@
{m.homepage_intro()}
+{m.homepage_intro_more()} {m.homepage_cfp_link()}.
+ +