Translated footer page

This commit is contained in:
Julian Prieber 2023-06-15 15:05:57 +02:00
parent 1dc25f542c
commit 9229750d3b
2 changed files with 15 additions and 2 deletions

View File

@ -747,6 +747,19 @@ return [
'Verified user' => 'Verified user+', 'Verified user' => 'Verified user+',
/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
|
| Added to the bottom of certain pages.
| resources/views/layouts/footer.blade.php
|
*/
'Learn more about LinkStack' => 'Learn more about LinkStack+',
'Learn more' => 'Learn more+',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| Notification messages | Notification messages

View File

@ -10,10 +10,10 @@
@if(env('DISPLAY_CREDIT') === true) @if(env('DISPLAY_CREDIT') === true)
{{-- Removed class spacing --}} {{-- Removed class spacing --}}
<div class="credit-footer"><a style="text-decoration: none;" class="" href="https://linkstack.org" target="_blank" title="Learn more about LinkStack"> <div class="credit-footer"><a style="text-decoration: none;" class="" href="https://linkstack.org" target="_blank" title="{{__('messages.Learn more about LinkStack')}}">
<div style="vertical-align: middle;display: inline-block;padding-bottom:50px;" class="credit-hover hvr-grow fadein"> <div style="vertical-align: middle;display: inline-block;padding-bottom:50px;" class="credit-hover hvr-grow fadein">
<img style="top:9px;" class="credit-icon image-footer1 generic" src="{{ asset('assets/linkstack/images/logo.svg') }}" alt="LinkStack"> <img style="top:9px;" class="credit-icon image-footer1 generic" src="{{ asset('assets/linkstack/images/logo.svg') }}" alt="LinkStack">
<a href="https://linkstack.org" target="_blank" title="Learn more" class="credit-txt credit-txt-clr credit-text">Powered by LinkStack</a> <a href="https://linkstack.org" target="_blank" title="{{__('messages.Learn more')}}" class="credit-txt credit-txt-clr credit-text">Powered by LinkStack</a>
</div> </div>
</a></div> </a></div>
@endif @endif