From 1f8273803f632b40c260721cb3257ae4e2251f5a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 7 Aug 2025 22:20:08 +0200 Subject: Add more unicity criteria based on title and/or content (#7789) * Add more unicity criteria based on title and/or content https://github.com/FreshRSS/FreshRSS/discussions/7788 * More --- app/i18n/lv/sub.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/i18n/lv/sub.php') diff --git a/app/i18n/lv/sub.php b/app/i18n/lv/sub.php index f597f5747..428240a84 100644 --- a/app/i18n/lv/sub.php +++ b/app/i18n/lv/sub.php @@ -241,9 +241,15 @@ return array( 'help' => 'Relevant for invalid feeds.
⚠️ Changing the policy will create duplicates.', // TODO 'id' => 'Standard ID (default)', // TODO 'link' => 'Link', // TODO + 'sha1:content' => 'Content', // TODO + 'sha1:content_published' => 'Content + Date', // TODO 'sha1:link_published' => 'Link + Date', // TODO 'sha1:link_published_title' => 'Link + Date + Title', // TODO 'sha1:link_published_title_content' => 'Link + Date + Title + Content', // TODO + 'sha1:published' => 'Date', // TODO + 'sha1:title' => 'Title', // TODO + 'sha1:title_published' => 'Title + Date', // TODO + 'sha1:title_published_content' => 'Title + Date + Content', // TODO ), 'url' => 'Barotnes URL', 'useragent' => 'Lietotāja aģenta iestatīšana šīs barotnes iegūšanai', -- cgit v1.2.3