Skip to content

Commit 26da81a

Browse files
committed
Added pt_BR to language dropdown and renamed folder
1 parent ec9410b commit 26da81a

File tree

12 files changed

+2
-3
lines changed

12 files changed

+2
-3
lines changed

app/Http/Middleware/Localization.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<?php
2-
3-
namespace BookStack\Http\Middleware;
1+
<?php namespace BookStack\Http\Middleware;
42

53
use Carbon\Carbon;
64
use Closure;

resources/lang/en/settings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
'en' => 'English',
118118
'de' => 'Deutsch',
119119
'fr' => 'Français',
120+
'pt_BR' => 'Português do Brasil'
120121
]
121122
///////////////////////////////////
122123
];
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)