Skip to content

Commit

Permalink
chore: fix missing period in ko locales (#4671)
Browse files Browse the repository at this point in the history
<< Describe the changes >>

Add periods in Ko locales.
  • Loading branch information
eddie0329 authored Jan 16, 2025
1 parent 0f4ec8d commit a7467be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"help": "form 필드는 반드시 여러 개의 레이블 엘리먼트를 가지지 않아야 합니다."
},
"frame-focusable-content": {
"description": "초점을 얻을 수 있는(focusable) 콘텐츠를 가진 <frame>과 <iframe> 엘리먼트에 tabindex=-1이 없게 하세요",
"description": "초점을 얻을 수 있는(focusable) 콘텐츠를 가진 <frame>과 <iframe> 엘리먼트에 tabindex=-1이 없게 하세요.",
"help": "초점을 얻을 수 있는(focusable) 콘텐츠를 가진 프레임에는 반드시 tabindex=-1 이 없어야 합니다."
},
"frame-tested": {
Expand Down Expand Up @@ -610,7 +610,7 @@
}
},
"autocomplete-appropriate": {
"pass": "autocomplete 값이 적절한 엘리먼트에 있습니다",
"pass": "autocomplete 값이 적절한 엘리먼트에 있습니다.",
"fail": "autocomplete 값은 이 유형의 입력에는 적절하지 않습니다."
},
"autocomplete-valid": {
Expand All @@ -635,7 +635,7 @@
},
"focusable-modal-open": {
"pass": "modal이 열려 있는 동안 초점을 얻을 수 있는(focusable) 엘리먼트가 없습니다.",
"incomplete": "현재 상태에서 초점을 얻을 수 있는(focusable) 엘리먼트가 키보드로 초점을 얻을 수(tabbable) 없는지 확인하세요"
"incomplete": "현재 상태에서 초점을 얻을 수 있는(focusable) 엘리먼트가 키보드로 초점을 얻을 수(tabbable) 없는지 확인하세요."
},
"focusable-no-name": {
"pass": "엘리먼트가 탭 순서(tab order)에 없거나 접근 가능한 텍스트를 가지고 있습니다.",
Expand Down

0 comments on commit a7467be

Please sign in to comment.