aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/cs/sub.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-09-30 10:05:17 +0200
committerGravatar GitHub <noreply@github.com> 2025-09-30 10:05:17 +0200
commit34532c0dd49f825ca4f265db9dec446ec0ecd34f (patch)
tree365e6776b93c3e2d91b814e8db6fe0d4fcbdcf22 /app/i18n/cs/sub.php
parent11e6e0394c9e617a56ac29afc7a341f19ac6662d (diff)
Add new visibility priority *Show in its feed* (#7972)
* Add new visibility priority *Show in its feed* fix https://github.com/FreshRSS/FreshRSS/pull/7970#issuecomment-3293917428 (you can't directly filter a hidden feed, it just shows a 404 page) And add a new visibility *Show in its feed* to show the feed in the list but not its articles. Ensure that visibility *hidden* is not shown to API. * TODO for later * Update app/i18n/pl/sub.php Co-authored-by: Inverle <inverle@proton.me>
Diffstat (limited to 'app/i18n/cs/sub.php')
-rw-r--r--app/i18n/cs/sub.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/cs/sub.php b/app/i18n/cs/sub.php
index 9f18b92df..5f6e16a8e 100644
--- a/app/i18n/cs/sub.php
+++ b/app/i18n/cs/sub.php
@@ -210,6 +210,7 @@ return array(
'priority' => array(
'_' => 'Viditelnost',
'category' => 'Zobrazit v jeho kategorii',
+ 'feed' => 'Show in its feed', // TODO
'hidden' => 'Nezobrazovat',
'important' => 'Zobrazit v důležitých kanálech',
'main_stream' => 'Zobrazit ve hlavním kanálu',