From 20f13312d15a1408365b859b14621364009990cd Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:40:54 +0200 Subject: Reading view: action icons position (#6297) * add configs in reading * implementation into the reading view * CSS * i18n * Credits to joshka * Update article.phtml * fix * fix *
* Update app/i18n/fr/conf.php Co-authored-by: Alexandre Alapetite * Update app/i18n/en/conf.php Co-authored-by: Alexandre Alapetite * fix French * show_articleicons => show_article_icons * Update app/i18n/en/conf.php Co-authored-by: Alexandre Alapetite * Update app/i18n/en-us/conf.php Co-authored-by: Alexandre Alapetite --------- Co-authored-by: Alexandre Alapetite --- app/i18n/cs/conf.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/i18n/cs/conf.php') diff --git a/app/i18n/cs/conf.php b/app/i18n/cs/conf.php index f43236020..2c2559d8b 100644 --- a/app/i18n/cs/conf.php +++ b/app/i18n/cs/conf.php @@ -186,6 +186,11 @@ return array( 'with_authors' => 'V řádku s autory a datem', ), 'feed_title' => 'Název feedu', + 'icons' => array( + '_' => 'Article icons position
(Reading view only)', // TODO + 'above_title' => 'Above title', // TODO + 'with_authors' => 'In authors and date row', // TODO + ), 'tags' => array( '_' => 'Štítky', 'both' => 'V záhlaví a zápatí', -- cgit v1.2.3