From 1a1fe5e190169b1d1219721d1b0a748bfc3d43a1 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:06 +0200 Subject: [PATCH] New translations actions.json (German) --- src/i18n/de/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/de/screens/actions.json b/src/i18n/de/screens/actions.json index 61dca26a..6cc3110b 100644 --- a/src/i18n/de/screens/actions.json +++ b/src/i18n/de/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Benachrichtigungsart anzeigen", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Followeranfrage", "favourite": "$t(screenTabs:me.push.favourite.heading)", "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "follow_request": "Followeranfrage" + "status": "", + "update": "" } } }