mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-03 12:10:42 -06:00
96caace068
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
15 lines
371 B
PHP
15 lines
371 B
PHP
<?php
|
|
|
|
return [
|
|
'locale' => 'en, English, en_US, en_US.utf8',
|
|
'month' => '%B %Y',
|
|
'month_and_day' => '%B %e, %Y',
|
|
'date_time' => '%B %e, %Y, @ %T',
|
|
'specific_day' => '%e %B %Y',
|
|
'week_in_year' => 'Week %W, %Y',
|
|
'quarter_of_year' => '%B %Y',
|
|
'year' => '%Y',
|
|
'half_year' => '%B %Y',
|
|
|
|
];
|