opencommit icon indicating copy to clipboard operation
opencommit copied to clipboard

[Bug]: zh_CN.json is wrong

Open xyber-nova opened this issue 1 year ago • 2 comments
trafficstars

Opencommit Version

3.0.17

Node Version

18.19.1

NPM Version

10.2.4

What OS are you seeing the problem on?

Other Linux Distro

What happened?

zh_CN.json is wrong.

Expected Behavior

{
  "localLanguage": "简体中文",
  "commitFix": "fix(server.ts):将端口变量从小写port改为大写PORT",
  "commitFeat": "feat(server.ts):添加对process.env.PORT环境变量的支持",
  "commitDescription": "现在端口变量被命名为PORT,这提高了命名约定的一致性,因为PORT是一个常量。环境变量的支持使应用程序更加灵活,因为它现在可以通过process.env.PORT环境变量在任何可用端口上运行。"
}

Current Behavior

commit message not follow conventional commits in Chinese.

Possible Solution

No response

Steps to Reproduce

No response

Relevant log output

No response

xyber-nova avatar Aug 03 '24 08:08 xyber-nova