From b9939bdaac75233ab52c7c7a483d5e4feb4921a4 Mon Sep 17 00:00:00 2001 From: Ben Passmore Date: Thu, 9 Nov 2023 20:12:04 +1000 Subject: Added ability to mark articles as read on focus. (#5812) * Added ability to mark entries as read on focus. Feature proposed in issue #5723. * make-fix-all + i18n fr * Use batch to save resources and increase performance * Use "keep_unread" * typo --------- Co-authored-by: Alexandre Alapetite --- app/i18n/ko/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/ko') diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php index bba75096f..e6952feeb 100644 --- a/app/i18n/ko/conf.php +++ b/app/i18n/ko/conf.php @@ -204,6 +204,7 @@ return array( 'read' => array( 'article_open_on_website' => '글이 게재된 웹사이트를 방문했을 때', 'article_viewed' => '글을 읽었을 때', + 'focus' => 'when focused (except for important feeds)', // TODO 'keep_max_n_unread' => '읽지 않은 상태로 유지할 최대 글 개수', 'scroll' => '스크롤을 하며 지나갈 때 (except for important feeds)', // DIRTY 'upon_gone' => '원본 뉴스 피드에서 글 삭제 되었을 때', -- cgit v1.2.3