From e53d6e3d58a75f06f28e5bba33ffe3ea18e52d92 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 25 Apr 2020 21:47:23 +0900 Subject: [PATCH] New translations translation.json (Portuguese) --- src/config/locales/pt_pt/translation.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pt_pt/translation.json b/src/config/locales/pt_pt/translation.json index b3afe2d8..ef453ae5 100644 --- a/src/config/locales/pt_pt/translation.json +++ b/src/config/locales/pt_pt/translation.json @@ -179,7 +179,8 @@ "reply": "Notify me when I receive a reply", "reblog": "Notify me when I receive a reblog", "favourite": "Notify me when I receive a favourite", - "follow": "Notify me when I receive a follow" + "follow": "Notify me when I receive a follow", + "reaction": "Notify me when I receive a emoji reaction" } }, "account": { @@ -453,6 +454,10 @@ "reblog": { "title": "Reblog", "body": "{{username}} boosted your status" + }, + "reaction": { + "title": "Reaction", + "body": "{{username}} reacted your status" } } }