From 99b3efe4615fc8f82f32a32776e38a15acfe6b21 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 2 Mar 2021 11:18:59 +0900 Subject: [PATCH] New translations translation.json (Czech) --- src/config/locales/cs/translation.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/locales/cs/translation.json b/src/config/locales/cs/translation.json index 0f844e2e..70e53701 100644 --- a/src/config/locales/cs/translation.json +++ b/src/config/locales/cs/translation.json @@ -491,6 +491,10 @@ "reaction": { "title": "Reaction", "body": "{{username}} reacted your status" + }, + "status": { + "title": "Status", + "body": "{{username}} just posted" } } }