aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fa
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-10-16 21:15:44 +0200
committerGravatar GitHub <noreply@github.com> 2025-10-16 21:15:44 +0200
commitf08f7dcff988de90e899ce310246f0b552a4fe3d (patch)
tree8a96a66aa59e3b1bf675757c5fc555e9187b8625 /app/i18n/fa
parentca091fbef4823159060275a293eaa4e65ecaf1c0 (diff)
Sort by article length (#8119)
* Sort by article length fix https://github.com/FreshRSS/Extensions/issues/378 Very basic using simply SQL `LENGTH()` function. <img width="492" height="217" alt="image" src="https://github.com/user-attachments/assets/7cf37303-76c8-4411-b8b1-075e81535b60" /> * Improve content length retrieval
Diffstat (limited to 'app/i18n/fa')
-rw-r--r--app/i18n/fa/index.php2
1 files changed, 2 insertions, 0 deletions
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' => 'ترتیب تصادفی',