Configure multilingual support

- Add French language configuration (default)
- Add English language configuration
- Enable IntlDateFormatter for date localization (date.handler: intl)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-09 14:26:39 +01:00
parent fe9d02ffc7
commit 73099b53d9
3 changed files with 18 additions and 1 deletions

View file

@ -2,7 +2,7 @@
return [
'debug' => true,
'locale' => 'fr_FR.UTF-8',
'languages' => true,
'date.handler' => 'intl',
'thumbs' => [
'quality' => 80,