opencommit
opencommit copied to clipboard
[Bug]: I would like to suggest a correction for the Korean translation. Please change "ํผํธ" to "feat".
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