From a6d7bdc7426af55ffde71ab626a096a98f650974 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 24 Jul 2024 19:37:30 +0200 Subject: New global option to automatically add articles to favourites (#6648) fix https://github.com/FreshRSS/FreshRSS/issues/6639 --- app/i18n/he/conf.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/i18n/he') diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 112016084..e78c4261c 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -250,6 +250,9 @@ return array( 'newer_first' => 'חדשים בראש', 'older_first' => 'ישנים יותר בראש', ), + 'star' => array( + 'when' => 'Mark an article as favourite…', // TODO + ), 'sticky_post' => 'הצמדת המאמר לחלק העליון כאשר הוא פתוח', 'title' => 'קריאה', 'view' => array( -- cgit v1.2.3