From a256b09914fbe5cce4ce430d861a12df0f4f903d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Tue, 18 Jan 2022 22:23:05 +0200 Subject: [PATCH] New translations en-US.json (German) --- src/config/locales/de-DE.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/locales/de-DE.json b/src/config/locales/de-DE.json index 033428920..79936d5f6 100644 --- a/src/config/locales/de-DE.json +++ b/src/config/locales/de-DE.json @@ -707,5 +707,11 @@ "day": "days", "month": "months", "year": "years" + }, + "quick_reply": { + "placeholder": "Add a comment", + "comment": "Comment", + "reply": "REPLY", + "close": "CLOSE" } }