From 549eaa338293a46be8286e83677a08ae42ebdc10 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Date: Fri, 24 Jun 2016 12:27:10 -0300 Subject: [PATCH] Fix language name. Correct name of slugs portuguese. --- config/langs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/langs.php b/config/langs.php index f9960758..68e8d358 100755 --- a/config/langs.php +++ b/config/langs.php @@ -100,11 +100,11 @@ return [ 'subset' => 'latin,latin-ext', ], 'pt-BR' => [ - 'name' => 'Portuguese', + 'name' => 'Portuguese, Brazilian', 'subset' => 'latin,latin-ext', ], 'pt-PT' => [ - 'name' => 'Portuguese, Brazilian', + 'name' => 'Portuguese, Portugal', 'subset' => 'latin,latin-ext', ], 'ro' => [