Files
firefly-iii/resources/lang/en_US/config.php

15 lines
408 B
PHP
Raw Normal View History

<?php
2017-08-12 10:27:45 +02:00
declare(strict_types=1);
return [
2017-02-06 08:29:18 +01:00
'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
'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',
];