summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/en.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 8c39770d..41c46c6d 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -244,6 +244,7 @@ de:
244 detail_event_description: "Beschreibung geändert" 244 detail_event_description: "Beschreibung geändert"
245 detail_event_coordinates: "Koordinaten geändert" 245 detail_event_coordinates: "Koordinaten geändert"
246 detail_event_allday: "ganztägig %{from} → %{to}" 246 detail_event_allday: "ganztägig %{from} → %{to}"
247 detail_event_end: "Ende %{from} → %{to}"
247 event_none: "—" 248 event_none: "—"
248 unknown_event: "ein Termin" 249 unknown_event: "ein Termin"
249 250
diff --git a/config/locales/en.yml b/config/locales/en.yml
index ec57e33d..b5870e63 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -191,6 +191,7 @@ en:
191 detail_event_description: "description changed" 191 detail_event_description: "description changed"
192 detail_event_coordinates: "coordinates changed" 192 detail_event_coordinates: "coordinates changed"
193 detail_event_allday: "all-day %{from} → %{to}" 193 detail_event_allday: "all-day %{from} → %{to}"
194 detail_event_end: "end %{from} → %{to}"
194 event_none: "—" 195 event_none: "—"
195 unknown_event: "an event" 196 unknown_event: "an event"
196 197