mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 13:44:58 -06:00
9 lines
145 B
PHP
9 lines
145 B
PHP
<?php
|
|
|
|
return [
|
|
'locale' => 'en, English, en_US, en_US.utf8',
|
|
'month' => '%B %Y',
|
|
'month_and_day' => '%B %e, %Y',
|
|
|
|
];
|