From aa914e6f628577f9200d910d771cde628d48abfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Str=C3=B6mkvist?= Date: Tue, 1 Oct 2019 14:09:12 +0200 Subject: [PATCH] Translate notification.php to Swedish Translate new strings --- resources/lang/sv/notification.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/lang/sv/notification.php b/resources/lang/sv/notification.php index 36da5c263..6b8f2870f 100644 --- a/resources/lang/sv/notification.php +++ b/resources/lang/sv/notification.php @@ -3,6 +3,10 @@ return [ 'likedPhoto' => 'gillade ditt foto.', + 'likedComment' => 'gillade din kommentar.', 'startedFollowingYou' => 'började följa dig.', + 'commented' => 'kommenterade ditt foto.', + 'mentionedYou' => 'nämnde dig.', + 'shared' => 'delade ditt foto.', ];