Skip to content

Commit 9229750

Browse files
committed
Translated footer page
1 parent 1dc25f5 commit 9229750

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

resources/lang/en/messages.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,19 @@
747747
'Verified user' => 'Verified user+',
748748

749749

750+
/*
751+
|--------------------------------------------------------------------------
752+
| Footer
753+
|--------------------------------------------------------------------------
754+
|
755+
| Added to the bottom of certain pages.
756+
| resources/views/layouts/footer.blade.php
757+
|
758+
*/
759+
760+
'Learn more about LinkStack' => 'Learn more about LinkStack+',
761+
'Learn more' => 'Learn more+',
762+
750763
/*
751764
|--------------------------------------------------------------------------
752765
| Notification messages

resources/views/layouts/footer.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

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

0 commit comments

Comments
 (0)