From d3966befafab3fe65e753d0ab2166a8bf5fb0d75 Mon Sep 17 00:00:00 2001 From: Sadetdin EYILI Date: Sat, 4 Mar 2023 14:51:07 +0100 Subject: feat: create config to display website icon only / name only / icon and name / none on feeds (#4969) * feat: create config to display website icon only / name only / icon and name / none on feeds * fix title hovering * reverted: column in .phtml * Update app/i18n/fr/conf.php --------- Co-authored-by: mathContao Co-authored-by: Alexandre Alapetite --- app/i18n/tr/conf.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'app/i18n/tr/conf.php') diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php index 41f658879..33aa340e5 100644 --- a/app/i18n/tr/conf.php +++ b/app/i18n/tr/conf.php @@ -66,6 +66,13 @@ return array( ), 'timezone' => 'Time zone', // TODO 'title' => 'Görünüm', + 'website' => array( + 'full' => 'simgesi and adı', + 'icon' => 'Sadece simgesi', + 'label' => 'Site', + 'name' => 'Sadece adı', + 'none' => 'Hiçbiri', + ), 'width' => array( 'content' => 'İçerik genişliği', 'large' => 'Geniş', -- cgit v1.2.3