Charles 0ccb248d91
Add Languages (#1499)
Co-authored-by: Boy132 <mail@boy132.de>
2025-07-08 21:16:11 -04:00

22 lines
376 B
PHP

<?php
return [
'name' => env('APP_NAME', 'Pelican'),
'logo' => env('APP_LOGO'),
'favicon' => env('APP_FAVICON', '/pelican.ico'),
'version' => 'canary',
'timezone' => 'UTC',
'installed' => env('APP_INSTALLED', true),
'exceptions' => [
'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),
],
'fallback_locale' => 'en',
];