From 32771fe7e101b20d4793f8e2e40941ba26f65faf Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 20 Dec 2015 08:20:50 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Portugu=C3=AAs=20do=20Brasil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'],