mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 21:53:08 -06:00
9 lines
143 B
PHP
Executable File
9 lines
143 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'locale' => 'fr, French, fr_FR, fr_FR.utf8',
|
|
'month' => '%B %Y',
|
|
'month_and_day' => '%e %B %Y',
|
|
|
|
];
|