1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:15:56 +00:00

af_readability: allow get full text button to work as a toggle; in cdm, scroll to article after embedding

This commit is contained in:
Andrew Dolgov
2020-02-28 08:03:25 +03:00
parent bdb1e475e7
commit 4e74da590e
4 changed files with 23 additions and 7 deletions

View File

@@ -1053,7 +1053,7 @@
"close_article" => __("Close/collapse article"),
"toggle_expand" => __("Toggle article expansion (combined mode)"),
"toggle_widescreen" => __("Toggle widescreen mode"),
"embed_full_text" => __("Get full article text via Readability")),
"toggle_full_text" => __("Toggle full article text via Readability")),
__("Article selection") => array(
"select_all" => __("Select all articles"),
"select_unread" => __("Select unread"),
@@ -1124,7 +1124,7 @@
"N" => "article_scroll_down",
"P" => "article_scroll_up",
"a W" => "toggle_widescreen",
"a e" => "embed_full_text",
"a e" => "toggle_full_text",
"e" => "email_article",
"a q" => "close_article",
"a a" => "select_all",