mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Added: buttons to change language
Now the welcome.blade has two new links to change language. Other pages has a footer with the language switcher too.
This commit is contained in:
@@ -102,9 +102,12 @@
|
||||
@endauth
|
||||
<a href="/help">@lang('welcome.Help')</a>
|
||||
</div>
|
||||
<div>
|
||||
<br>
|
||||
<div class="mt-5 mb-5"><br></div>
|
||||
<div class="links">
|
||||
<a href="{{ url('/lang/pt-br') }}">Português</a>
|
||||
<a href="{{ url('/lang/en') }}">English</a>
|
||||
</div>
|
||||
<div class="mt-5 mb-5"><br></div>
|
||||
<div class="links footer">
|
||||
<a href="https://brunofontes.net">@lang('welcome.byAuthor')</a>
|
||||
<p>@lang('welcome.copyright')</p>
|
||||
|
||||
Reference in New Issue
Block a user