From 63a913c1e00d3a1cae48f20b269bcce8f5f5a334 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 2 Mar 2021 11:19:01 +0900 Subject: [PATCH] New translations translation.json (German) --- src/config/locales/de/translation.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/locales/de/translation.json b/src/config/locales/de/translation.json index e9420c02..f9f2fc4e 100644 --- a/src/config/locales/de/translation.json +++ b/src/config/locales/de/translation.json @@ -491,6 +491,10 @@ "reaction": { "title": "Reaction", "body": "{{username}} reacted your status" + }, + "status": { + "title": "Status", + "body": "{{username}} just posted" } } }