mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-02 13:39:19 -06:00
9 lines
142 B
PHP
9 lines
142 B
PHP
<?php
|
|
|
|
return [
|
|
'locale' => 'nl, Dutch, nl_NL, nl_NL.utf8',
|
|
'month' => '%B %Y',
|
|
'month_and_day' => '%e %B %Y',
|
|
|
|
];
|