mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -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',
|
|
|
|
];
|