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/id/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/id/conf.php') diff --git a/app/i18n/id/conf.php b/app/i18n/id/conf.php index c875407b7..f780140ba 100644 --- a/app/i18n/id/conf.php +++ b/app/i18n/id/conf.php @@ -204,6 +204,7 @@ return array( 'read' => array( 'article_open_on_website' => 'when the article is opened on its original website', // TODO 'article_viewed' => 'when the article is viewed', // TODO + 'focus' => 'when focused (except for important feeds)', // TODO 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO 'scroll' => 'while scrolling (except for important feeds)', // TODO 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO -- cgit v1.2.3