mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 23:24:07 -06:00
14 lines
324 B
PHP
Executable File
14 lines
324 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8',
|
|
'month' => '%B %Y',
|
|
'month_and_day' => '%e %B %Y',
|
|
'specific_day' => '%e %B %Y',
|
|
'week_in_year' => 'week %W, %Y',
|
|
'quarter_of_year' => '%B %Y',
|
|
'year' => '%Y',
|
|
'half_year' => '%B %Y',
|
|
|
|
];
|