From 35eed83b64486d7c0e6f62dafc4ddf70e7a50513 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Tue, 14 Jul 2020 11:02:30 +0200 Subject: Add a way to disable shortcuts (#3114) When the user do not want to use a shortcut, he can let the shortcut value empty. This will save an empty configuration thus disabling the shortcut. The load default action allows to use default shortcut only for disabled shortcuts. See #3110 --- app/i18n/kr/gen.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/kr') diff --git a/app/i18n/kr/gen.php b/app/i18n/kr/gen.php index 394f0bbd6..63e6d837e 100644 --- a/app/i18n/kr/gen.php +++ b/app/i18n/kr/gen.php @@ -15,6 +15,7 @@ return array( 'export' => '내보내기', 'filter' => '해당하는 글 보기', 'import' => '불러오기', + 'load_default_shortcuts' => 'Load default shortcuts', // TODO - Translation 'manage' => '관리', 'mark_favorite' => '즐겨찾기에 등록', 'mark_read' => '읽음으로 표시', -- cgit v1.2.3