mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-19 04:52:44 +08: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