From 581b81006af157d0fa12b8d1e2604c637234f778 Mon Sep 17 00:00:00 2001 From: Tommaso Ferrari Date: Wed, 22 Oct 2025 12:28:33 -0700 Subject: Add option to apply filter actions to existing articles (#7959) * Add option to apply filter actions to existing articles * make fix-all * Fixes * Another approach with preview New approach: https://github.com/FreshRSS/FreshRSS/pull/7959/commits/20479475c90ac954b991b3703c3cc76c16aa2d5c image Additional improvements: * Also implemented at category level, and at global level * Also implemented for favourites at global level Shortcomings: * Does not always work reliably with advanced regex, since the DB's flavour is not necessarily the same than PHP's Related: https://github.com/FreshRSS/FreshRSS/pull/8141 * make fix-all --------- Co-authored-by: Alexandre Alapetite --- app/i18n/tr/sub.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/tr/sub.php') diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index 62a0c43f4..bb2219e16 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -80,6 +80,7 @@ return array( 'filteractions' => array( '_' => 'Filtre eylemleri', 'help' => 'Her satıra bir arama filtresi yazın. Operatörler için belgelere bakın.', + 'view_filter' => 'Preview filters on existing articles (new window)', // TODO ), 'http_headers' => 'HTTP Başlıkları', 'http_headers_help' => 'Başlıklar yeni bir satırla ayrılır ve bir başlığın adı ile değeri iki nokta üst üste ile ayrılır (örneğin: Accept: application/atom+xml
Authorization: Bearer some-token
).', -- cgit v1.2.3