{{
t("Incoming events and activities nearby {position}", {
position: userLocation?.name,
})
}}
{{ t("Incoming events and activities") }}
{{
t(
"No events found nearby {position}. Try removing your position to see all events!",
{ position: userLocation?.name }
)
}}
{{ t("No events found") }}
{{
t("View more events and activities around {position}", {
position: userLocation?.name,
})
}}
{{ t("View more events and activities") }}