From 0853cab2c46e2a38ce2f820a882dc0805be85ab8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 2 Apr 2019 00:07:33 +0200 Subject: i18n: Show categories unfolded by default (#2313) * i18n: Show categories unfolded by default Fix https://github.com/FreshRSS/FreshRSS/issues/2307 and https://github.com/FreshRSS/FreshRSS/issues/2309 * TODO checked * Update app/i18n/he/conf.php Co-Authored-By: Alkarex --- app/i18n/kr/conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/kr/conf.php') diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 11a8494c5..644708d75 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -92,7 +92,7 @@ return array( 'auto_remove_article' => '글을 읽은 후 숨기기', 'confirm_enabled' => '“모두 읽음으로 표시” 실행시 확인 창 표시', 'display_articles_unfolded' => '글을 펼쳐진 상태로 보여주기', - 'display_categories_unfolded' => '카테고리를 접힌 상태로 보여주기', + 'display_categories_unfolded' => '카테고리를 접힌 상태로 보여주기', //TODO 'hide_read_feeds' => '읽지 않은 글이 없는 카테고리와 피드 감추기 (“모든 글 표시”가 설정된 경우 동작하지 않습니다)', 'img_with_lazyload' => '그림을 불러오는 데에 "lazy load" 모드 사용하기', 'jump_next' => '다음 읽지 않은 항목으로 이동 (피드 또는 카테고리)', -- cgit v1.2.3