Skip to content

Commit

Permalink
chore(macros/DOMAttributeMethods): add ko locale (#10502)
Browse files Browse the repository at this point in the history
chore(macro): Add ko DOMAttributeMethods
  • Loading branch information
1ilsang authored Mar 2, 2024
1 parent 03bbf8a commit 9658fca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kumascript/macros/DOMAttributeMethods.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ switch(env.locale) {
tableHead3 = 'Уровень DOM 1 методы для работы с <code>Attr</code> узлами напрямую (используется редко)',
tableHead4 = 'Уровень DOM 2 знает о методах пространства имён для работы с <code>Attr</code> узлами напрямую (используется редко)';
break;
case 'ko':
tableTitle = '요소의 특성을 처리하는 DOM 메서드입니다.';
tableHead1 = '네임스페이스 인식이 아닌, 가장 일반적으로 사용되는 메서드';
tableHead2 = '네임스페이스 인식 변형 (DOM Level 2)';
tableHead3 = '<code>Attr</code> 노드를 직접 처리하는 DOM Level 1 메서드 (거의 사용되지 않음)';
tableHead4 = '<code>Attr</code> 노드를 직접 처리하는 DOM Level 2 네임스페이스 인식 메서드 (거의 사용되지 않음)';
default: break;
}
%>
Expand Down

0 comments on commit 9658fca

Please sign in to comment.