mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-17 20:41:00 +01:00
Translation + using local assets
This commit is contained in:
parent
03a1178b85
commit
cea55e458e
@ -972,7 +972,7 @@ return [
|
|||||||
| LinkStack (Links) Page
|
| LinkStack (Links) Page
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| resources/views/littlelink.blade.php
|
| resources/views/linkstack/linkstack.blade.php
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -981,6 +981,13 @@ return [
|
|||||||
'Copy URL to clipboard' => 'Copy URL to clipboard',
|
'Copy URL to clipboard' => 'Copy URL to clipboard',
|
||||||
'URL has been copied to your clipboard!' => 'URL has been copied to your clipboard!',
|
'URL has been copied to your clipboard!' => 'URL has been copied to your clipboard!',
|
||||||
|
|
||||||
|
'Delete User' => 'Delete User',
|
||||||
|
'Block User' => 'Block User',
|
||||||
|
'Users Theme' => 'Theme',
|
||||||
|
'Search User' => 'Search for User',
|
||||||
|
|
||||||
|
'Edit my profile' => 'Edit my profile',
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
File diff suppressed because one or more lines are too long
@ -7,3 +7,4 @@
|
|||||||
<style>{!! file_get_contents(base_path("assets/linkstack/css/animate.css")) !!}</style>
|
<style>{!! file_get_contents(base_path("assets/linkstack/css/animate.css")) !!}</style>
|
||||||
|
|
||||||
<script>{!! file_get_contents(base_path("assets/js/dynamic-contrast.min.js")) !!}</script>
|
<script>{!! file_get_contents(base_path("assets/js/dynamic-contrast.min.js")) !!}</script>
|
||||||
|
<script>{!! file_get_contents(base_path("assets/js/jquery.min.js")) !!}</script>
|
Loading…
x
Reference in New Issue
Block a user