mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-31 19:27:51 -06:00
9 lines
137 B
PHP
Executable File
9 lines
137 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
'locale' => 'pt_BR, pt_BR.utf8',
|
|
'month' => '%B %Y',
|
|
'month_and_day' => '%e de %B de %Y',
|
|
|
|
];
|