From 1885869f8a1add7f5e0982cdcc3f955b69ec6ddd Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:12 +0200 Subject: [PATCH] New translations actions.json (Vietnamese) --- src/i18n/vi/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/vi/screens/actions.json b/src/i18n/vi/screens/actions.json index e561ddb4..53097e46 100644 --- a/src/i18n/vi/screens/actions.json +++ b/src/i18n/vi/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Những kiểu thông báo cho phép", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Yêu cầu theo dõi", "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": "Yêu cầu theo dõi" + "status": "", + "update": "" } } }