From 448f7d091bb2eeaca89d4a19f2dc0e64cdefb325 Mon Sep 17 00:00:00 2001 From: abno85 Date: Fri, 13 Apr 2018 08:44:54 +0200 Subject: [PATCH] Add comment_add Missed 'comment_add' the last time --- resources/lang/de/entities.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/de/entities.php b/resources/lang/de/entities.php index 9fe869a70..460110eb4 100644 --- a/resources/lang/de/entities.php +++ b/resources/lang/de/entities.php @@ -238,6 +238,7 @@ return [ */ 'comment' => 'Kommentar', 'comments' => 'Kommentare', + 'comment_add' => 'Kommentieren', 'comment_placeholder' => 'Geben Sie hier Ihre Kommentare ein (Markdown unterstützt)', 'comment_count' => '{0} Keine Kommentare|{1} 1 Kommentar|[2,*] :count Kommentare', 'comment_save' => 'Kommentar speichern',