Skip to content

Commit 345404c

Browse files
committed
docs(typo): fix typo bundle bundler bundling linted by textlint
1 parent 58eb95a commit 345404c

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

textlint/data/rules/translateGlossary.js

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,33 @@ module.exports = {
430430
note: '',
431431
},
432432
},
433+
{
434+
sources: [/\bBundles?\b/],
435+
target: '번들',
436+
meta: {
437+
term: 'Bundle',
438+
discussions: [829],
439+
note: '',
440+
},
441+
},
442+
{
443+
sources: [/\bBundlers?\b/],
444+
target: '번들러',
445+
meta: {
446+
term: 'Bundler',
447+
discussions: [829],
448+
note: '',
449+
},
450+
},
451+
{
452+
sources: [/\bBundling\b/],
453+
target: '번들링',
454+
meta: {
455+
term: 'Bundling',
456+
discussions: [829],
457+
note: '',
458+
},
459+
},
433460
],
434461
others: [
435462
{
@@ -558,33 +585,6 @@ module.exports = {
558585
note: '',
559586
},
560587
},
561-
{
562-
sources: [/\bBundles?\b/],
563-
target: '번들',
564-
meta: {
565-
term: 'Bundle',
566-
discussions: [829],
567-
note: '',
568-
},
569-
},
570-
{
571-
sources: [/\bBundlers?\b/],
572-
target: '번들러',
573-
meta: {
574-
term: 'Bundler',
575-
discussions: [829],
576-
note: '',
577-
},
578-
},
579-
{
580-
sources: [/\bBundling\b/],
581-
target: '번들링',
582-
meta: {
583-
term: 'Bundling',
584-
discussions: [829],
585-
note: '',
586-
},
587-
},
588588
],
589589
},
590590
// untranslated: {

wiki/translate-glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ Full-Stack|`/\bFull[-\s]?Stack\b/`|풀스택|[#569](https://github.com/reactjs/k
5555
Browser|`/\bBrowser\b/`|브라우저|[#610](https://github.com/reactjs/ko.react.dev/issues/610)||
5656
Extension|`/\bExtension\b/`, `/확장프로그램/`|확장 프로그램|[#610](https://github.com/reactjs/ko.react.dev/issues/610)||
5757
Escape Hatches|`/\bEscape[-\s]?Hatches\b/`|탈출구|[#738](https://github.com/reactjs/ko.react.dev/issues/738)||
58+
Bundle|`/\bBundles?\b/`|번들|[#829](https://github.com/reactjs/ko.react.dev/issues/829)||
59+
Bundler|`/\bBundlers?\b/`|번들러|[#829](https://github.com/reactjs/ko.react.dev/issues/829)||
60+
Bundling|`/\bBundling\b/`|번들링|[#829](https://github.com/reactjs/ko.react.dev/issues/829)||
5861

5962
### Others
6063

@@ -74,7 +77,4 @@ Returns|`/\bReturns\b/`, `/반환\s+(?:값\s+)?{\//`|반환값|[#725](https://gi
7477
Logic|`/\bLogic\b/`|로직|[#695](https://github.com/reactjs/ko.react.dev/issues/695)||
7578
Dependency|`/\bDependenc(?:y\|ies)\b/`|의존성|[#841](https://github.com/reactjs/ko.react.dev/issues/841)||
7679
Directive|`/\bDirectives?\b/`|지시어|[#819](https://github.com/reactjs/ko.react.dev/issues/819)||
77-
Bundle|`/\bBundles?\b/`|번들|[#829](https://github.com/reactjs/ko.react.dev/issues/829)||
78-
Bundler|`/\bBundlers?\b/`|번들러|[#829](https://github.com/reactjs/ko.react.dev/issues/829)||
79-
Bundling|`/\bBundling\b/`|번들링|[#829](https://github.com/reactjs/ko.react.dev/issues/829)||
8080

0 commit comments

Comments
 (0)