From 0756f477fe96bdd9cd80e99534ef5e589a698736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Str=C3=B6mkvist?= Date: Tue, 1 Oct 2019 14:27:12 +0200 Subject: [PATCH] Translate notification.php to German --- resources/lang/de/notification.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/de/notification.php b/resources/lang/de/notification.php index f57f22e83..e08d6aea5 100644 --- a/resources/lang/de/notification.php +++ b/resources/lang/de/notification.php @@ -3,8 +3,10 @@ return [ 'likedPhoto' => 'gefällt dein Foto.', + 'likedComment' => 'gefällt dein Kommentar.', 'startedFollowingYou' => 'folgt dir nun.', 'commented' => 'hat deinen Post kommentiert.', 'mentionedYou' => 'hat dich erwähnt.', + 'shared' => 'hat deinen Post teilen.', ];