Translation + using local assets

This commit is contained in:
Julian Prieber 2023-12-09 21:57:25 +01:00
parent 03a1178b85
commit cea55e458e
3 changed files with 25 additions and 18 deletions

View File

@ -972,7 +972,7 @@ return [
| 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',
'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

View File

@ -7,3 +7,4 @@
<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/jquery.min.js")) !!}</script>