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/nl/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/nl/conf.php') diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 31291fe54..b164a8361 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -204,6 +204,7 @@ return array( 'read' => array( 'article_open_on_website' => 'als het artikel wordt geopend op de originele website', 'article_viewed' => 'als het artikel wordt bekeken', + 'focus' => 'when focused (except for important feeds)', // TODO 'keep_max_n_unread' => 'Max aantal artikelen ongelezen houden', 'scroll' => 'tijdens het scrollen (except for important feeds)', // DIRTY 'upon_gone' => 'als het niet langer in de nieuwsfeed staat', -- cgit v1.2.3