Skip to content

Commit 30e9dd4

Browse files
committed
docs(readme): add language switch links to READMEs
- Add a language switch link to the English README - Add a language switch link to the Traditional Chinese README Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 43338d5 commit 30e9dd4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
![cover](./images/cover.png)
88

9+
English | [繁體中文](./README.zh-tw.md)
10+
911
A CLI written in [Go](https://go.dev) that writes git commit messages or provides a code review summary for you using ChatGPT AI (gpt-3.5-turbo, gpt-4 model) and automatically installs a [git prepare-commit-msg hook](https://git-scm.com/docs/githooks).
1012

1113
- [繁體中文介紹][1]

README.zh-tw.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
![cover](./images/cover.png)
88

9+
[English](./README.md) | 繁體中文
10+
911
一個用 [Go](https://go.dev) 編寫的 CLI 工具,使用 ChatGPT AI(gpt-3.5-turbo, gpt-4 模型)為你撰寫 git 提交訊息或提供程式碼審查摘要,並自動安裝 [git prepare-commit-msg hook](https://git-scm.com/docs/githooks)
1012

1113
- [繁體中文介紹][1]

0 commit comments

Comments
 (0)