lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
327 stars 19 forks source link

i18n for conventionalcommit.json #129

Open LinWanCen opened 5 months ago

LinWanCen commented 5 months ago

use "conventionalcommit_${Locale.getDefault().toLanguageTag()}.json" when file exist?

https://github.com/lppedd/idea-conventional-commit/blob/d524acc6f92057371bede6e951c2a554fb0a59a3/src/main/kotlin/com/github/lppedd/cc/CC.kt#L23-L26

conventionalcommit_zh_CN.json

{
  "types": {
    "refactor": {
      "description": "既无错误修复也未添加功能的更改"
    }
}
BunnySakura commented 2 months ago

中文翻译可参考#135