feat: ajouter le support de la langue francaise (laravel-lang)

This commit is contained in:
jeremy bayse
2026-06-22 13:29:35 +02:00
parent 61c3c979c4
commit 2795335083
9 changed files with 2721 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
return [
'next' => 'Suivant &raquo;',
'previous' => '&laquo; Précédent',
];