mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 07:03:23 -06:00
9 lines
137 B
PHP
9 lines
137 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'locale' => 'pt_BR, pt_BR.utf8',
|
||
|
'month' => '%B %Y',
|
||
|
'month_and_day' => '%e de %B de %Y',
|
||
|
|
||
|
];
|