From f08f7dcff988de90e899ce310246f0b552a4fe3d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 16 Oct 2025 21:15:44 +0200 Subject: Sort by article length (#8119) * Sort by article length fix https://github.com/FreshRSS/Extensions/issues/378 Very basic using simply SQL `LENGTH()` function. image * Improve content length retrieval --- app/i18n/fa/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/fa') diff --git a/app/i18n/fa/index.php b/app/i18n/fa/index.php index 588bfba4b..65f331a5f 100644 --- a/app/i18n/fa/index.php +++ b/app/i18n/fa/index.php @@ -89,6 +89,8 @@ return array( ), 'id_asc' => 'آخرین مورد، به تازه گی دریافت شد', 'id_desc' => 'نخستین مورد دریافت‌شده به تازگی', + 'length_asc' => 'Content length 1→9', // TODO + 'length_desc' => 'Content length 9→1', // TODO 'link_asc' => 'لینک A→Z', 'link_desc' => 'لینک Z→A', 'rand' => 'ترتیب تصادفی', -- cgit v1.2.3