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