aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/conf.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-04-02 00:07:33 +0200
committerGravatar GitHub <noreply@github.com> 2019-04-02 00:07:33 +0200
commit0853cab2c46e2a38ce2f820a882dc0805be85ab8 (patch)
tree5b0dd64a69158b4089fdda862def9138e0bf0561 /app/i18n/kr/conf.php
parentd67465a4380b3429d78367e3028bd5b53ca4e93f (diff)
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 <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/kr/conf.php')
-rw-r--r--app/i18n/kr/conf.php2
1 files changed, 1 insertions, 1 deletions
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' => '다음 읽지 않은 항목으로 이동 (피드 또는 카테고리)',