Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n for conventionalcommit.json #129

Open
LinWanCen opened this issue Jan 18, 2024 · 1 comment
Open

i18n for conventionalcommit.json #129

LinWanCen opened this issue Jan 18, 2024 · 1 comment

Comments

@LinWanCen
Copy link
Contributor

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

public object Tokens {
public const val File: String = "conventionalcommit.json"
public const val SchemaFile: String = "conventionalcommit.schema.json"
}

conventionalcommit_zh_CN.json

{
  "types": {
    "refactor": {
      "description": "既无错误修复也未添加功能的更改"
    }
}
@BunnySakura
Copy link

中文翻译可参考#135

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants