mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-27 21:30:16 +00:00
🎉 **feat(localization)**: add multi-language support for backup notifications in various languages.
This commit is contained in:
@@ -30,6 +30,12 @@ return [
|
||||
|
||||
'disks' => [
|
||||
|
||||
'backups' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/backups'),
|
||||
'throw' => false,
|
||||
],
|
||||
|
||||
'local' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app'),
|
||||
|
||||
Reference in New Issue
Block a user