diff --git a/app/Http/Controllers/DownloadMeetupCalendar.php b/app/Http/Controllers/DownloadMeetupCalendar.php index 2b854298..33193762 100644 --- a/app/Http/Controllers/DownloadMeetupCalendar.php +++ b/app/Http/Controllers/DownloadMeetupCalendar.php @@ -40,7 +40,7 @@ class DownloadMeetupCalendar extends Controller foreach ($events as $event) { $entries[] = Event::create($event->meetup->name) ->uniqueIdentifier(str($event->meetup->name)->slug().$event->id) - ->address($event->location) + ->address($event->location ?? __('no location set')) ->description(str_replace(["\r", "\n"], '', $event->description).' Link: '.$event->link) ->image($image) ->startsAt($event->start); diff --git a/resources/lang/de.json b/resources/lang/de.json index 0a992872..7ed7ea55 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -693,5 +693,7 @@ "Reset filtering and search": "Suche und Filter zurücksetzen", "Library items without libraries": "Einträge ohne Bibliothek", "Library items without tags": "Einträge ohne Tags", - "Filter": "" + "Filter": "", + "no location set": "kein Ort gesetzt", + "Open on Youtube": "Auf Youtube öffnen" } diff --git a/resources/lang/en.json b/resources/lang/en.json index 02c527ea..4321d9f7 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -687,5 +687,7 @@ "Reset filtering and search": "", "Library items without libraries": "", "Library items without tags": "", - "Filter": "" + "Filter": "", + "no location set": "", + "Open on Youtube": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index d513a129..e9813faa 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -687,5 +687,7 @@ "Reset filtering and search": "", "Library items without libraries": "", "Library items without tags": "", - "Filter": "" + "Filter": "", + "no location set": "", + "Open on Youtube": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index a9de895a..50b1ca1f 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -688,5 +688,7 @@ "Reset filtering and search": "", "Library items without libraries": "", "Library items without tags": "", - "Filter": "" + "Filter": "", + "no location set": "", + "Open on Youtube": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index 49229b38..d3e74e63 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -688,5 +688,7 @@ "Reset filtering and search": "", "Library items without libraries": "", "Library items without tags": "", - "Filter": "" + "Filter": "", + "no location set": "", + "Open on Youtube": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index d8e38eac..91a1713f 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -688,5 +688,7 @@ "Reset filtering and search": "", "Library items without libraries": "", "Library items without tags": "", - "Filter": "" + "Filter": "", + "no location set": "", + "Open on Youtube": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index 1165c45d..1d509c4d 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -688,5 +688,7 @@ "Reset filtering and search": "", "Library items without libraries": "", "Library items without tags": "", - "Filter": "" + "Filter": "", + "no location set": "", + "Open on Youtube": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index 648c72f0..308b5e65 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -688,5 +688,7 @@ "Reset filtering and search": "", "Library items without libraries": "", "Library items without tags": "", - "Filter": "" + "Filter": "", + "no location set": "", + "Open on Youtube": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index cda3cc04..c805abc5 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -688,5 +688,7 @@ "Reset filtering and search": "", "Library items without libraries": "", "Library items without tags": "", - "Filter": "" + "Filter": "", + "no location set": "", + "Open on Youtube": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index 5a63393c..b7028fa5 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -662,5 +662,7 @@ "Reset filtering and search": "", "Library items without libraries": "", "Library items without tags": "", - "Filter": "" + "Filter": "", + "no location set": "", + "Open on Youtube": "" } \ No newline at end of file