Added pt_BR to language dropdown and renamed folder

This commit is contained in:
Dan Brown 2017-01-18 20:04:29 +00:00
parent ec9410b510
commit 26da81a3b0
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
12 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,4 @@
<?php <?php namespace BookStack\Http\Middleware;
namespace BookStack\Http\Middleware;
use Carbon\Carbon; use Carbon\Carbon;
use Closure; use Closure;

View File

@ -117,6 +117,7 @@ return [
'en' => 'English', 'en' => 'English',
'de' => 'Deutsch', 'de' => 'Deutsch',
'fr' => 'Français', 'fr' => 'Français',
'pt_BR' => 'Português do Brasil'
] ]
/////////////////////////////////// ///////////////////////////////////
]; ];