From dade2803d97411e298643e2e49051e71e710adc8 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 2 Mar 2021 11:19:03 +0900 Subject: [PATCH] New translations translation.json (Italian) --- src/config/locales/it/translation.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/locales/it/translation.json b/src/config/locales/it/translation.json index 012f205d..455cbb11 100644 --- a/src/config/locales/it/translation.json +++ b/src/config/locales/it/translation.json @@ -491,6 +491,10 @@ "reaction": { "title": "Reazione", "body": "{{username}} ha reagito al tuo stato" + }, + "status": { + "title": "Status", + "body": "{{username}} just posted" } } }