Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2017-01-18 20:04:29 +0000
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
26da81a3b011198e90eed38c42e198d040d9dcfc
26da81a3
1 parent
ec9410b5
Added pt_BR to language dropdown and renamed folder
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
2 additions
and
3 deletions
app/Http/Middleware/Localization.php
resources/lang/en/settings.php
resources/lang/ptbr/activities.php → resources/lang/pt_BR/activities.php
resources/lang/ptbr/auth.php → resources/lang/pt_BR/auth.php
resources/lang/ptbr/common.php → resources/lang/pt_BR/common.php
resources/lang/ptbr/components.php → resources/lang/pt_BR/components.php
resources/lang/ptbr/entities.php → resources/lang/pt_BR/entities.php
resources/lang/ptbr/errors.php → resources/lang/pt_BR/errors.php
resources/lang/ptbr/pagination.php → resources/lang/pt_BR/pagination.php
resources/lang/ptbr/passwords.php → resources/lang/pt_BR/passwords.php
resources/lang/ptbr/settings.php → resources/lang/pt_BR/settings.php
resources/lang/ptbr/validation.php → resources/lang/pt_BR/validation.php
app/Http/Middleware/Localization.php
View file @
26da81a
<?php
namespace
BookStack\Http\Middleware
;
<?php
namespace
BookStack\Http\Middleware
;
use
Carbon\Carbon
;
use
Closure
;
...
...
resources/lang/en/settings.php
View file @
26da81a
...
...
@@ -117,6 +117,7 @@ return [
'en'
=>
'English'
,
'de'
=>
'Deutsch'
,
'fr'
=>
'Français'
,
'pt_BR'
=>
'Português do Brasil'
]
///////////////////////////////////
];
...
...
resources/lang/pt
br
/activities.php
→
resources/lang/pt
_BR
/activities.php
View file @
26da81a
File moved
resources/lang/pt
br
/auth.php
→
resources/lang/pt
_BR
/auth.php
View file @
26da81a
File moved
resources/lang/pt
br
/common.php
→
resources/lang/pt
_BR
/common.php
View file @
26da81a
File moved
resources/lang/pt
br
/components.php
→
resources/lang/pt
_BR
/components.php
View file @
26da81a
File moved
resources/lang/pt
br
/entities.php
→
resources/lang/pt
_BR
/entities.php
View file @
26da81a
File moved
resources/lang/pt
br
/errors.php
→
resources/lang/pt
_BR
/errors.php
View file @
26da81a
File moved
resources/lang/pt
br
/pagination.php
→
resources/lang/pt
_BR
/pagination.php
View file @
26da81a
File moved
resources/lang/pt
br
/passwords.php
→
resources/lang/pt
_BR
/passwords.php
View file @
26da81a
File moved
resources/lang/pt
br
/settings.php
→
resources/lang/pt
_BR
/settings.php
View file @
26da81a
File moved
resources/lang/pt
br
/validation.php
→
resources/lang/pt
_BR
/validation.php
View file @
26da81a
File moved
Please
register
or
sign in
to post a comment