Skip to content

Commit 4343b18

Browse files
committed
chore: transition은 범위가 너무 넓어 제외
1 parent 7b27cc0 commit 4343b18

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

textlint/data/rules/translateGlossary.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -612,15 +612,6 @@ module.exports = {
612612
note: '',
613613
},
614614
},
615-
{
616-
sources: [/\btransitions?\b/],
617-
target: '트랜지션',
618-
meta: {
619-
term: 'transition',
620-
discussions: [1425],
621-
note: '',
622-
},
623-
},
624615
{
625616
sources: [/\bimperative\b/],
626617
target: '명령형',

wiki/translate-glossary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,5 @@ Logic|`/\bLogic\b/`|로직|[#695](https://github.com/reactjs/ko.react.dev/issues
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)||
8282
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)||
8483
imperative|`/\bimperative\b/`|명령형|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
8584

0 commit comments

Comments
 (0)