🎉 **feat(localization)**: add multi-language support for backup notifications in various languages.

This commit is contained in:
fsociety
2024-10-25 20:28:43 +02:00
parent 3055bfa196
commit 28d7843640
34 changed files with 1895 additions and 6 deletions

240
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": "e21a704ce71a5cc77ae5a1d48a8034bd",
"content-hash": "7ec73c4694f23c4df7ba6203cca81ac8",
"packages": [
{
"name": "akuechler/laravel-geoly",
@@ -6467,6 +6467,69 @@
],
"time": "2024-04-11T12:12:10+00:00"
},
{
"name": "spatie/db-dumper",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/db-dumper.git",
"reference": "22553ab8c34a9bb70645cb9bc2d9f236f3135705"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/22553ab8c34a9bb70645cb9bc2d9f236f3135705",
"reference": "22553ab8c34a9bb70645cb9bc2d9f236f3135705",
"shasum": ""
},
"require": {
"php": "^8.0",
"symfony/process": "^5.0|^6.0|^7.0"
},
"require-dev": {
"pestphp/pest": "^1.22"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\DbDumper\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Dump databases",
"homepage": "https://github.com/spatie/db-dumper",
"keywords": [
"database",
"db-dumper",
"dump",
"mysqldump",
"spatie"
],
"support": {
"source": "https://github.com/spatie/db-dumper/tree/3.7.0"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2024-09-23T08:58:35+00:00"
},
{
"name": "spatie/eloquent-sortable",
"version": "4.4.0",
@@ -6669,6 +6732,106 @@
},
"time": "2024-05-16T08:48:33+00:00"
},
{
"name": "spatie/laravel-backup",
"version": "9.1.3",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-backup.git",
"reference": "61a2a3f743463e9c37b4f9c527389169ca69192a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/61a2a3f743463e9c37b4f9c527389169ca69192a",
"reference": "61a2a3f743463e9c37b4f9c527389169ca69192a",
"shasum": ""
},
"require": {
"ext-zip": "^1.14.0",
"illuminate/console": "^10.10.0|^11.0",
"illuminate/contracts": "^10.10.0|^11.0",
"illuminate/events": "^10.10.0|^11.0",
"illuminate/filesystem": "^10.10.0|^11.0",
"illuminate/notifications": "^10.10.0|^11.0",
"illuminate/support": "^10.10.0|^11.0",
"league/flysystem": "^3.0",
"php": "^8.2",
"spatie/db-dumper": "^3.7",
"spatie/laravel-package-tools": "^1.6.2",
"spatie/laravel-signal-aware-command": "^1.2|^2.0",
"spatie/temporary-directory": "^2.0",
"symfony/console": "^6.0|^7.0",
"symfony/finder": "^6.0|^7.0"
},
"require-dev": {
"composer-runtime-api": "^2.0",
"ext-pcntl": "*",
"larastan/larastan": "^2.7.0",
"laravel/slack-notification-channel": "^2.5|^3.0",
"league/flysystem-aws-s3-v3": "^2.0|^3.0",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^1.20|^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"rector/rector": "^1.1"
},
"suggest": {
"laravel/slack-notification-channel": "Required for sending notifications via Slack"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\Backup\\BackupServiceProvider"
]
}
},
"autoload": {
"files": [
"src/Helpers/functions.php"
],
"psr-4": {
"Spatie\\Backup\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "A Laravel package to backup your application",
"homepage": "https://github.com/spatie/laravel-backup",
"keywords": [
"backup",
"database",
"laravel-backup",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-backup/issues",
"source": "https://github.com/spatie/laravel-backup/tree/9.1.3"
},
"funding": [
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
"time": "2024-10-21T13:39:58+00:00"
},
{
"name": "spatie/laravel-ciphersweet",
"version": "1.6.2",
@@ -7068,6 +7231,81 @@
],
"time": "2024-08-27T18:56:10+00:00"
},
{
"name": "spatie/laravel-signal-aware-command",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-signal-aware-command.git",
"reference": "49a5e671c3a3fd992187a777d01385fc6a84759d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-signal-aware-command/zipball/49a5e671c3a3fd992187a777d01385fc6a84759d",
"reference": "49a5e671c3a3fd992187a777d01385fc6a84759d",
"shasum": ""
},
"require": {
"illuminate/contracts": "^11.0",
"php": "^8.2",
"spatie/laravel-package-tools": "^1.4.3",
"symfony/console": "^7.0"
},
"require-dev": {
"brianium/paratest": "^6.2|^7.0",
"ext-pcntl": "*",
"nunomaduro/collision": "^5.3|^6.0|^7.0|^8.0",
"orchestra/testbench": "^9.0",
"pestphp/pest-plugin-laravel": "^1.3|^2.0",
"phpunit/phpunit": "^9.5|^10|^11",
"spatie/laravel-ray": "^1.17"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\SignalAwareCommand\\SignalAwareCommandServiceProvider"
],
"aliases": {
"Signal": "Spatie\\SignalAwareCommand\\Facades\\Signal"
}
}
},
"autoload": {
"psr-4": {
"Spatie\\SignalAwareCommand\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"role": "Developer"
}
],
"description": "Handle signals in artisan commands",
"homepage": "https://github.com/spatie/laravel-signal-aware-command",
"keywords": [
"laravel",
"laravel-signal-aware-command",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-signal-aware-command/issues",
"source": "https://github.com/spatie/laravel-signal-aware-command/tree/2.0.0"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2024-02-05T13:37:25+00:00"
},
{
"name": "spatie/laravel-sluggable",
"version": "3.6.0",