diff --git a/config/firefly.php b/config/firefly.php index ced04e09a9..ebfb2e0f76 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -100,7 +100,8 @@ return [ ], 'lang' => [ 'en_US' => 'English', - 'nl_NL' => 'Nederlands' + 'nl_NL' => 'Nederlands', + 'pt_BR' => 'Português do Brasil', ], 'locales' => [ 'en_US' => ['en', 'English', 'en_US', 'en_US.utf8'],