From e20c7ef1b020df492923ca9a445fb8fa172a11dd Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 18 Nov 2018 19:31:36 +0100 Subject: [fix] Finishing touches for next/previous without focus (#2140) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [fix] Finishing touches for next/previous without focus Cf. #1767. * Avoid single quote Alternative: use `’` * Minor whitespace * Minor whitespace * be explicit about skipping * add todos * overshot by one --- app/i18n/kr/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/kr') diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index ae34795ef..70996945d 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -162,6 +162,7 @@ return array( 'mark_read' => '읽음으로 표시', 'navigation' => '탐색', 'navigation_help' => '"Shift" 키를 누른 상태에선 탐색 단축키가 피드에 적용됩니다.
"Alt" 키를 누른 상태에선 탐색 단축키가 카테고리에 적용됩니다.', + 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', //TODO - Translation 'next_article' => '다음 글 보기', 'normal_view' => '일반 모드로 전환', 'other_action' => '다른 동작', -- cgit v1.2.3