From 50ba6bbe07b0bb86eb07e3212ba2e22cb2878cf2 Mon Sep 17 00:00:00 2001 From: ORelio Date: Mon, 30 Aug 2021 10:58:06 +0200 Subject: UI: Add optional thumbnail and summary on feed items (#3805) * UI: Add optional thumbnail and summary on feed items Implements #561 * UI: Thumbnail: Own column, Custom size, Lazy load * UI: Thumbnail: Remove unnecessary CSS rule Remove rule already defined in base theme, no override needed * CSS lint + RTL * Improve thumbail and summary generation * Support img alt * Missing htmlspecialchars Co-authored-by: Alexandre Alapetite --- app/i18n/kr/conf.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/i18n/kr/conf.php') diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 2d6f55d43..597107c6f 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -25,6 +25,7 @@ return array( '_' => '표시', 'icon' => array( 'bottom_line' => '하단', + 'summary' => 'Summary', // TODO - Translation 'display_authors' => 'Authors', // TODO - Translation 'entry' => '문서 아이콘', 'publication_date' => '발행일', @@ -47,6 +48,13 @@ return array( 'no_limit' => '제한 없음', 'thin' => '얇음', ), + 'thumbnail' => array( + 'label' => 'Thumbnail', // TODO - Translation + 'none' => 'None', // TODO - Translation + 'portrait' => 'Portrait', // TODO - Translation + 'square' => 'Square', // TODO - Translation + 'landscape' => 'Landscape', // TODO - Translation + ), ), 'profile' => array( '_' => '프로필 관리', -- cgit v1.2.3