aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/index.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-09-03 20:48:04 +0200
committerGravatar GitHub <noreply@github.com> 2018-09-03 20:48:04 +0200
commitd3f5bd840d513bc4820a919ef9e0f02b0263ff9c (patch)
tree2fa5d1a5711c4e52603924e0740b7c820621617f /app/i18n/kr/index.php
parent14e1b23e42b322b9c54475e4b69c1aa60c94e280 (diff)
Add mark-as-unread (#1995)
* Add mark-as-unread https://github.com/FreshRSS/FreshRSS/issues/1966 * Change sentence https://github.com/FreshRSS/FreshRSS/pull/1995#discussion_r214515954 * Enable mark-as-unread only when unread articles are shown In order to prevent erroneous marking-as-unread. We might find a better logic later. * Disable instead of hide mark-as-unread option To make it easier to discover
Diffstat (limited to 'app/i18n/kr/index.php')
-rw-r--r--app/i18n/kr/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/kr/index.php b/app/i18n/kr/index.php
index cc03f91c2..cb9684dff 100644
--- a/app/i18n/kr/index.php
+++ b/app/i18n/kr/index.php
@@ -40,6 +40,7 @@ return array(
'mark_all_read' => '모두 읽음으로 표시',
'mark_cat_read' => '카테고리를 읽음으로 표시',
'mark_feed_read' => '피드를 읽음으로 표시',
+ 'mark_selection_unread' => 'Mark selection as unread', //TODO
'newer_first' => '최근 글 먼저',
'non-starred' => '즐겨찾기를 제외하고 표시',
'normal_view' => '일반 모드',