aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en-US/conf.php
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-12-04 08:48:03 +0100
committerGravatar GitHub <noreply@github.com> 2025-12-04 08:48:03 +0100
commitd55f017ccd941c135055d7c3a85007b8e7e02449 (patch)
treead893132bae1c1e44ba49e7f28ed551aa3e48654 /app/i18n/en-US/conf.php
parent60cf5ea297a17db861e73cd65d7b7862bd6bcc24 (diff)
Implement button for toggling sidebar on all views (#8201)
* Implement button for toggling sidebar on all views Closes https://github.com/FreshRSS/FreshRSS/issues/7673, https://github.com/FreshRSS/FreshRSS/issues/7100, https://github.com/FreshRSS/FreshRSS/issues/6119, https://github.com/FreshRSS/FreshRSS/issues/5338, https://github.com/FreshRSS/FreshRSS/issues/2792, https://github.com/FreshRSS/FreshRSS/issues/4224, https://github.com/FreshRSS/FreshRSS/issues/4136 https://github.com/user-attachments/assets/0629e465-6450-440e-b38b-430e9ff73ef9 Keyboard shortcut for doing the same: <kbd>t</kbd> * Partially fix other views Repartition page looks broken on Swage * Correction `close-aside` wasn't meant to be removed * i18n(conf): fr Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * make fix-all * Fix settings slider not opening in reader view * make readme --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/en-US/conf.php')
-rw-r--r--app/i18n/en-US/conf.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en-US/conf.php b/app/i18n/en-US/conf.php
index 34d93b7d0..ba9b55b24 100644
--- a/app/i18n/en-US/conf.php
+++ b/app/i18n/en-US/conf.php
@@ -359,6 +359,7 @@ return array(
'skip_next_article' => 'Focus next without opening', // IGNORE
'skip_previous_article' => 'Focus previous without opening', // IGNORE
'title' => 'Shortcuts', // IGNORE
+ 'toggle_aside' => 'Toggle sidebar', // IGNORE
'toggle_media' => 'Play/pause media', // IGNORE
'user_filter' => 'Access user queries', // IGNORE
'user_filter_help' => 'If there is only one user query, it is used. Otherwise, queries are accessible by their number.', // IGNORE