diff options
| author | 2020-01-16 17:11:04 +0100 | |
|---|---|---|
| committer | 2020-01-16 17:11:04 +0100 | |
| commit | 68863fbac8d0f9346eb3de17b079c84d5ead1b6c (patch) | |
| tree | 62c4e54997b8852a08194ee8cd84b0dee853435d /app/i18n/kr | |
| parent | d7ac234036a10f575a902af6fc63bb890f85c7b1 (diff) | |
Show Favorites as Unread (#2766)
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Marien Fressinaud <dev@marienfressinaud.fr>
Diffstat (limited to 'app/i18n/kr')
| -rw-r--r-- | app/i18n/kr/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 1a5c41969..60c5851c9 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -97,6 +97,7 @@ return array( ), 'reading' => array( 'after_onread' => '“모두 읽음으로 표시” 후,', + 'always_show_favorites' => 'Show all articles in favorites by default', // TODO - Translation 'articles_per_page' => '페이지당 글 수', 'auto_load_more' => '페이지 하단에 다다르면 글 더 불러오기', 'auto_remove_article' => '글을 읽은 후 숨기기', |
