From d9226192056b5f75647e812247fe60686ae14777 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:10 +0200 Subject: [PATCH] New translations actions.json (Korean) --- src/i18n/ko/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/ko/screens/actions.json b/src/i18n/ko/screens/actions.json index d516ac7d..dd011ed4 100644 --- a/src/i18n/ko/screens/actions.json +++ b/src/i18n/ko/screens/actions.json @@ -8,11 +8,13 @@ "heading": "알림 종류 표시", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "팔로우 요청", "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": "팔로우 요청" + "status": "", + "update": "" } } }