be a bit more verbose with text

This commit is contained in:
2025-08-27 18:41:48 +02:00
parent 5174453261
commit 881e16b8d7
3 changed files with 5 additions and 5 deletions

View File

@@ -27,11 +27,11 @@ tour_register: "Jetzt anmelden"
tour_register_title: "Zur Tour anmelden" tour_register_title: "Zur Tour anmelden"
more_infos: "Mehr Infos" more_infos: "Mehr Infos"
new_header: "Laufende Ausstellung • Performances • Immersive Theater Tour" new_header: "Laufende Ausstellung • Performances • Immersive Theater Tour"
scientific_background: "Scientific background" scientific_background: "Wissenschaftlicher Hintergrund zu Digital Shadows"
calendar: "Kalender" calendar: "Kalender"
cal_options: "Wähle wie du den Kalender anzeigen willst" cal_options: "Wähle wie du den Kalender anzeigen willst"
cal_new_tab: "In neuen Tab öffnen" cal_new_tab: "In neuen Tab öffnen"
cal_show_here: "Hier anzeigen" cal_show_here: "Hier anzeigen <small>(Google Inhalt laden)</small>"
# Game page # Game page
game_title: "Wer findet die meisten Kameras?" game_title: "Wer findet die meisten Kameras?"

View File

@@ -28,11 +28,11 @@ tour_register: "Register now"
tour_register_title: "Register a slot" tour_register_title: "Register a slot"
more_infos: "More infos" more_infos: "More infos"
new_header: "Ongoing Exhibition &bullet; Performances &bullet; Immersive Tour" new_header: "Ongoing Exhibition &bullet; Performances &bullet; Immersive Tour"
scientific_background: "Scientific background" scientific_background: "Scientific background to Digital Shadows"
calendar: "Calendar" calendar: "Calendar"
cal_options: "Choose how you'd like to access the calendar" cal_options: "Choose how you'd like to access the calendar"
cal_new_tab: "Open in New Tab" cal_new_tab: "Open in New Tab"
cal_show_here: "Show here" cal_show_here: "Show here <small>(load Google content)</small>"
# Game page # Game page
game_title: "Who finds the most cameras?" game_title: "Who finds the most cameras?"

View File

@@ -94,7 +94,7 @@ pub(super) async fn index(cookies: CookieJar, headers: HeaderMap) -> Markup {
} }
button #embed-calendar .embed-button { button #embed-calendar .embed-button {
(t!("cal_show_here")) (PreEscaped(t!("cal_show_here")))
} }
} }