mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-19 03:04:43 +00:00
Added pt_BR to language dropdown and renamed folder
This commit is contained in:
parent
ec9410b510
commit
26da81a3b0
12 changed files with 2 additions and 3 deletions
app/Http/Middleware
resources/lang
|
@ -1,6 +1,4 @@
|
||||||
<?php
|
<?php namespace BookStack\Http\Middleware;
|
||||||
|
|
||||||
namespace BookStack\Http\Middleware;
|
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
use Closure;
|
use Closure;
|
||||||
|
|
|
@ -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'
|
||||||
]
|
]
|
||||||
///////////////////////////////////
|
///////////////////////////////////
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue