Skip to content

Commit 19f32ca

Browse files
committed
fix(i18n): correct typo in Korean translation for 'feat' commit type #487
1 parent c107078 commit 19f32ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/i18n/ko.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"localLanguage": "한국어",
33
"commitFix": "fix(server.ts): 포트 변수를 소문자 port에서 대문자 PORT로 변경",
4-
"commitFeat": "피트(server.ts): process.env.PORT 환경 변수 지원 추가",
4+
"commitFeat": "feat(server.ts): process.env.PORT 환경 변수 지원 추가",
55
"commitDescription": "포트 변수는 이제 PORT로 이름이 지정되어 상수인 PORT와 일관성 있는 이름 규칙을 따릅니다. 환경 변수 지원을 통해 애플리케이션은 이제 process.env.PORT 환경 변수로 지정된 사용 가능한 모든 포트에서 실행할 수 있으므로 더 유연해졌습니다.",
66
"commitFixOmitScope": "fix: 포트 변수를 소문자 port에서 대문자 PORT로 변경",
7-
"commitFeatOmitScope": "피트: process.env.PORT 환경 변수 지원 추가"
7+
"commitFeatOmitScope": "feat: process.env.PORT 환경 변수 지원 추가"
88
}

0 commit comments

Comments
 (0)