🌐 Add German translations and implement calendar streaming functionality

This commit is contained in:
HolgerHatGarKeineNode
2025-11-21 13:11:39 +01:00
parent 8afc762bfe
commit 69e46fabce
9 changed files with 496 additions and 348 deletions

61
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "908d6585805d7d7a2adfcbdfce08ba84",
"content-hash": "9b98697732c4305356365667814db4be",
"packages": [
{
"name": "akuechler/laravel-geoly",
@@ -4403,6 +4403,65 @@
],
"time": "2025-08-25T11:46:57+00:00"
},
{
"name": "spatie/icalendar-generator",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/icalendar-generator.git",
"reference": "1da14ea9d86327f20f303de0ba2804c3e4aa72d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/icalendar-generator/zipball/1da14ea9d86327f20f303de0ba2804c3e4aa72d3",
"reference": "1da14ea9d86327f20f303de0ba2804c3e4aa72d3",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^8.1"
},
"require-dev": {
"ext-json": "*",
"larapack/dd": "^1.1",
"nesbot/carbon": "^3.5",
"pestphp/pest": "^2.34 || ^3.0 || ^4.0",
"phpstan/phpstan": "^2.0",
"spatie/pest-plugin-snapshots": "^2.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\IcalendarGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ruben Van Assche",
"email": "ruben@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Build calendars in the iCalendar format",
"homepage": "https://github.com/spatie/icalendar-generator",
"keywords": [
"calendar",
"iCalendar",
"ical",
"ics",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/icalendar-generator/issues",
"source": "https://github.com/spatie/icalendar-generator/tree/3.1.1"
},
"time": "2025-11-18T10:19:32+00:00"
},
{
"name": "spatie/image",
"version": "3.8.6",