feat: translations

This commit is contained in:
2026-05-20 20:54:41 +02:00
parent 9aaf311e54
commit bcc067ec67
29 changed files with 703 additions and 47 deletions
@@ -36,7 +36,7 @@ class PostReviewsController extends Controller
->where('user_id', $userId)
->exists(),
409,
'Vous avez déjà donné un avis pour ce repas.'
__('api.post_reviews.already_exists')
);
$postReview = PostReviews::create([