aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/conf.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2021-03-21 10:42:27 -0400
committerGravatar GitHub <noreply@github.com> 2021-03-21 15:42:27 +0100
commit4f4ce3c71bb69e3b55029325901e3d16a8142376 (patch)
tree294999820869f36345034f12e433cad32a4cf74a /app/i18n/kr/conf.php
parente2533bd9468c6d46b991af7b9ad31d67a0a1cc17 (diff)
Remove shortcut validation (#3548)
Before, only standard shortcuts were supported. When other shortcuts were configured, they were filtered out. Now, those shortcuts are stored in the configuration and an alert message is displayed to alert the user that he is using non-standard shortcuts. See #3481
Diffstat (limited to 'app/i18n/kr/conf.php')
-rw-r--r--app/i18n/kr/conf.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php
index 7072126b7..8bf38c8ba 100644
--- a/app/i18n/kr/conf.php
+++ b/app/i18n/kr/conf.php
@@ -191,6 +191,7 @@ return array(
'navigation_help' => '<kbd>⇧ Shift</kbd> 키를 누른 상태에선 탐색 단축키가 피드에 적용됩니다.<br/><kbd>Alt ⎇</kbd> 키를 누른 상태에선 탐색 단축키가 카테고리에 적용됩니다.',
'navigation_no_mod_help' => '아래 탐색 단축키에는 "Shift"와 "Alt" 키가 적용되지 않습니다.',
'next_article' => '다음 글 보기',
+ 'non_standard' => 'Some keys (<kbd>%s</kbd>) may not work as shortcuts.', // TODO - Translation
'normal_view' => '일반 모드로 전환',
'other_action' => '다른 동작',
'previous_article' => '이전 글 보기',