mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 07:32:39 +01:00
Added pt_BR to language dropdown and renamed folder
This commit is contained in:
parent
ec9410b510
commit
26da81a3b0
@ -1,6 +1,4 @@
|
||||
<?php
|
||||
|
||||
namespace BookStack\Http\Middleware;
|
||||
<?php namespace BookStack\Http\Middleware;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use Closure;
|
||||
|
@ -117,6 +117,7 @@ return [
|
||||
'en' => 'English',
|
||||
'de' => 'Deutsch',
|
||||
'fr' => 'Français',
|
||||
'pt_BR' => 'Português do Brasil'
|
||||
]
|
||||
///////////////////////////////////
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user