add geolocalization

This commit is contained in:
sedum
2022-09-02 08:32:13 +02:00
parent 098e0202c9
commit dcdefec6de
12 changed files with 150 additions and 26 deletions

View File

@@ -6,6 +6,8 @@
"send": "Send",
"where": "Where",
"address": "Address",
"coordinates": "Coordinates",
"details": "Details",
"when": "When",
"what": "What",
"media": "Media",
@@ -129,6 +131,7 @@
"added_anon": "Event added, but has yet to be confirmed.",
"updated": "Event updated",
"where_description": "Where's the event? If not present you can create it.",
"coordinates_description": "You can search the place by name, or paste the coordinates separated by comma: lat,lon",
"confirmed": "Event confirmed",
"not_found": "Could not find event",
"remove_confirmation": "Are you sure you want to remove this event?",
@@ -182,6 +185,7 @@
"allow_registration_description": "Allow open registrations?",
"allow_anon_event": "Allow anonymous events (has to be confirmed)?",
"allow_recurrent_event": "Allow recurring events",
"allow_geolocalization": "Allow geolocalization of events",
"recurrent_event_visible": "Show recurring events by default",
"federation": "Federation / ActivityPub",
"enable_federation": "Turn on federation",