Select Git revision
-
Sofiane Lasri authored
- Added 'legal_mentions' and 'terms' to the English language file. - Created new footer language files for English and French containing contact information and legal details. - Updated the footer Blade template to utilize the new language strings for better localization.
Sofiane Lasri authored- Added 'legal_mentions' and 'terms' to the English language file. - Created new footer language files for English and French containing contact information and legal details. - Updated the footer Blade template to utilize the new language strings for better localization.
footer.php 331 B
<?php
return [
'contact' => [
'title' => 'Excited to work with you!',
'desc' => 'Feel free to contact me if you need information, or if you just want to chat with me.',
],
'links' => [
'title' => 'Stay in touch',
],
'legals-infos' => [
'title' => 'Legal information',
],
];