Skip to content

Commit 30026e1

Browse files
committed
chore: 대문자 start로 단어 변경
1 parent b2e132a commit 30026e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

textlint/data/rules/translateGlossary.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -604,19 +604,19 @@ module.exports = {
604604
},
605605
},
606606
{
607-
sources: [/\busage\b/i],
608-
target: '용법',
607+
sources: [/\bUsage\b/i],
608+
target: '사용법',
609609
meta: {
610610
term: 'Usage',
611611
discussions: [1425],
612612
note: '',
613613
},
614614
},
615615
{
616-
sources: [/\bimperative\b/],
616+
sources: [/\bImperative\b/],
617617
target: '명령형',
618618
meta: {
619-
term: 'imperative',
619+
term: 'Imperative',
620620
discussions: [1425],
621621
note: '',
622622
},

wiki/translate-glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ 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-
imperative|`/\bimperative\b/`|명령형|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
82+
Usage|`/\bUsage\b/i`|사용법|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
83+
Imperative|`/\bImperative\b/`|명령형|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
8484

0 commit comments

Comments
 (0)