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