mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 13:44:58 -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',
|
|
|
|
];
|