mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Added PTB Translation of emails and some pages
Now the main page, item page and e-mails are translated into Brazilian Portuguese
This commit is contained in:
@@ -79,10 +79,10 @@
|
||||
@if (Route::has('login'))
|
||||
<div class="top-right links">
|
||||
@auth
|
||||
<a href="{{ url('/home') }}">Home</a>
|
||||
<a href="{{ url('/home') }}">@lang('welcome.Home')</a>
|
||||
@else
|
||||
<a href="{{ route('login') }}">Login</a>
|
||||
<a href="{{ route('register') }}">Register</a>
|
||||
<a href="{{ route('login') }}">@lang('welcome.Login')</a>
|
||||
<a href="{{ route('register') }}">@lang('welcome.Register')</a>
|
||||
@endauth
|
||||
</div>
|
||||
@endif
|
||||
@@ -94,20 +94,20 @@
|
||||
|
||||
<div class="links">
|
||||
@auth
|
||||
<a href="/home">Home</a>
|
||||
<a href="/product">Products</a>
|
||||
<a href="/home">@lang('welcome.Home')</a>
|
||||
<a href="/product">@lang('welcome.Products')</a>
|
||||
@else
|
||||
<a href="/register">Register</a>
|
||||
<a href="/login">Login</a>
|
||||
<a href="/login">@lang('welcome.Login')</a>
|
||||
<a href="/register">@lang('welcome.Register')</a>
|
||||
@endauth
|
||||
<a href="/help">Help</a>
|
||||
<a href="/help">@lang('welcome.Help')</a>
|
||||
</div>
|
||||
<div>
|
||||
<br>
|
||||
</div>
|
||||
<div class="links footer">
|
||||
<a href="https://brunofontes.net">By Bruno Fontes</a>
|
||||
<p>© 2018 Bruno Fontes All Rights Reserved</p>
|
||||
<a href="https://brunofontes.net">@lang('welcome.byAuthor')</a>
|
||||
<p>@lang('welcome.copyright')</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user