diff --git a/resources/lang/fr/notification.php b/resources/lang/fr/notification.php index 96d3164db..3585fd484 100644 --- a/resources/lang/fr/notification.php +++ b/resources/lang/fr/notification.php @@ -2,4 +2,6 @@ return [ 'likedPhoto' => 'a aimé votre photo.', 'startedFollowingYou' => 'a commencé à vous suivre.', + 'commented' => 'commenté sur votre post.', + 'mentionedYou' => 'vos à mentionné.' ];