Skip to content

Commit 7b27cc0

Browse files
committed
chore: usage, transition, imperative에 대한 용어집 추가
1 parent 9123887 commit 7b27cc0

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

textlint/data/rules/translateGlossary.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,33 @@ module.exports = {
603603
note: '',
604604
},
605605
},
606+
{
607+
sources: [/\busage\b/i],
608+
target: '용법',
609+
meta: {
610+
term: 'Usage',
611+
discussions: [1425],
612+
note: '',
613+
},
614+
},
615+
{
616+
sources: [/\btransitions?\b/],
617+
target: '트랜지션',
618+
meta: {
619+
term: 'transition',
620+
discussions: [1425],
621+
note: '',
622+
},
623+
},
624+
{
625+
sources: [/\bimperative\b/],
626+
target: '명령형',
627+
meta: {
628+
term: 'imperative',
629+
discussions: [1425],
630+
note: '',
631+
},
632+
},
606633
],
607634
},
608635
// untranslated: {

wiki/translate-glossary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,7 @@ Caveats|`/\bCaveats?\b/`, `/주의사항/`|주의 사항|[#1095](https://github.
7979
Logic|`/\bLogic\b/`|로직|[#695](https://github.com/reactjs/ko.react.dev/issues/695)||
8080
Dependency|`/\bDependenc(?:y\|ies)\b/`|의존성|[#841](https://github.com/reactjs/ko.react.dev/issues/841)||
8181
Directive|`/\bDirectives?\b/`|지시어|[#819](https://github.com/reactjs/ko.react.dev/issues/819)||
82+
Usage|`/\busage\b/i`|용법|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
83+
transition|`/\btransitions?\b/`|트랜지션|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
84+
imperative|`/\bimperative\b/`|명령형|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
8285

0 commit comments

Comments
 (0)