opencommit icon indicating copy to clipboard operation
opencommit copied to clipboard

[Bug]: I would like to suggest a correction for the Korean translation. Please change "ํ”ผํŠธ" to "feat".

Open jeongsk opened this issue 5 months ago โ€ข 1 comments

Opencommit Version

3.2.8

Node Version

20.15.1

NPM Version

10.7.0

What OS are you seeing the problem on?

Mac

What happened?

file: ./src/i18n/ko.json

Please change the Korean translation from "ํ”ผํŠธ" to "feat".

{
  "localLanguage": "ํ•œ๊ตญ์–ด",
  "commitFix": "fix(server.ts): ํฌํŠธ ๋ณ€์ˆ˜๋ฅผ ์†Œ๋ฌธ์ž port์—์„œ ๋Œ€๋ฌธ์ž PORT๋กœ ๋ณ€๊ฒฝ",
  "commitFeat": "feat(server.ts): process.env.PORT ํ™˜๊ฒฝ ๋ณ€์ˆ˜ ์ง€์› ์ถ”๊ฐ€",
  "commitDescription": "ํฌํŠธ ๋ณ€์ˆ˜๋Š” ์ด์ œ PORT๋กœ ์ด๋ฆ„์ด ์ง€์ •๋˜์–ด ์ƒ์ˆ˜์ธ PORT์™€ ์ผ๊ด€์„ฑ ์žˆ๋Š” ์ด๋ฆ„ ๊ทœ์น™์„ ๋”ฐ๋ฆ…๋‹ˆ๋‹ค. ํ™˜๊ฒฝ ๋ณ€์ˆ˜ ์ง€์›์„ ํ†ตํ•ด ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์€ ์ด์ œ process.env.PORT ํ™˜๊ฒฝ ๋ณ€์ˆ˜๋กœ ์ง€์ •๋œ ์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ๋ชจ๋“  ํฌํŠธ์—์„œ ์‹คํ–‰ํ•  ์ˆ˜ ์žˆ์œผ๋ฏ€๋กœ ๋” ์œ ์—ฐํ•ด์กŒ์Šต๋‹ˆ๋‹ค.",
  "commitFixOmitScope": "fix: ํฌํŠธ ๋ณ€์ˆ˜๋ฅผ ์†Œ๋ฌธ์ž port์—์„œ ๋Œ€๋ฌธ์ž PORT๋กœ ๋ณ€๊ฒฝ",
  "commitFeatOmitScope": "feat: process.env.PORT ํ™˜๊ฒฝ ๋ณ€์ˆ˜ ์ง€์› ์ถ”๊ฐ€"
}

Expected Behavior

My expectation was for consistent commit messages to be created.

Current Behavior

Currently, commit messages are not being created with a consistent and descriptive format. I would like the message to be written as follows: feat: process.env.PORT ํ™˜๊ฒฝ ๋ณ€์ˆ˜ ์ง€์› ์ถ”๊ฐ€

Possible Solution

No response

Steps to Reproduce

No response

Relevant log output


jeongsk avatar Jun 16 '25 02:06 jeongsk