mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New translations config.php (Portuguese, Brazilian)
This commit is contained in:
@@ -13,8 +13,8 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'locale' => 'pt-br, pt_BR, pt_BR.utf8, pt_BR.UTF-8',
|
||||
'month' => '%B %Yü',
|
||||
'month_and_day' => '%B %e, %Y',
|
||||
'month' => '%B %Y',
|
||||
'month_and_day' => '%e de %B de %Y',
|
||||
'date_time' => '%B %e, %Y, @ %T',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'Semana %W, %Y',
|
||||
|
Reference in New Issue
Block a user