mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
lang
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -687,5 +687,7 @@
|
||||
"Reset filtering and search": "",
|
||||
"Library items without libraries": "",
|
||||
"Library items without tags": "",
|
||||
"Filter": ""
|
||||
"Filter": "",
|
||||
"no location set": "",
|
||||
"Open on Youtube": ""
|
||||
}
|
||||
@@ -687,5 +687,7 @@
|
||||
"Reset filtering and search": "",
|
||||
"Library items without libraries": "",
|
||||
"Library items without tags": "",
|
||||
"Filter": ""
|
||||
"Filter": "",
|
||||
"no location set": "",
|
||||
"Open on Youtube": ""
|
||||
}
|
||||
@@ -688,5 +688,7 @@
|
||||
"Reset filtering and search": "",
|
||||
"Library items without libraries": "",
|
||||
"Library items without tags": "",
|
||||
"Filter": ""
|
||||
"Filter": "",
|
||||
"no location set": "",
|
||||
"Open on Youtube": ""
|
||||
}
|
||||
@@ -688,5 +688,7 @@
|
||||
"Reset filtering and search": "",
|
||||
"Library items without libraries": "",
|
||||
"Library items without tags": "",
|
||||
"Filter": ""
|
||||
"Filter": "",
|
||||
"no location set": "",
|
||||
"Open on Youtube": ""
|
||||
}
|
||||
@@ -688,5 +688,7 @@
|
||||
"Reset filtering and search": "",
|
||||
"Library items without libraries": "",
|
||||
"Library items without tags": "",
|
||||
"Filter": ""
|
||||
"Filter": "",
|
||||
"no location set": "",
|
||||
"Open on Youtube": ""
|
||||
}
|
||||
@@ -688,5 +688,7 @@
|
||||
"Reset filtering and search": "",
|
||||
"Library items without libraries": "",
|
||||
"Library items without tags": "",
|
||||
"Filter": ""
|
||||
"Filter": "",
|
||||
"no location set": "",
|
||||
"Open on Youtube": ""
|
||||
}
|
||||
@@ -688,5 +688,7 @@
|
||||
"Reset filtering and search": "",
|
||||
"Library items without libraries": "",
|
||||
"Library items without tags": "",
|
||||
"Filter": ""
|
||||
"Filter": "",
|
||||
"no location set": "",
|
||||
"Open on Youtube": ""
|
||||
}
|
||||
@@ -688,5 +688,7 @@
|
||||
"Reset filtering and search": "",
|
||||
"Library items without libraries": "",
|
||||
"Library items without tags": "",
|
||||
"Filter": ""
|
||||
"Filter": "",
|
||||
"no location set": "",
|
||||
"Open on Youtube": ""
|
||||
}
|
||||
@@ -662,5 +662,7 @@
|
||||
"Reset filtering and search": "",
|
||||
"Library items without libraries": "",
|
||||
"Library items without tags": "",
|
||||
"Filter": ""
|
||||
"Filter": "",
|
||||
"no location set": "",
|
||||
"Open on Youtube": ""
|
||||
}
|
||||
Reference in New Issue
Block a user