add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,32 @@
# gitmoji
> 交互式地在提交中插入表情符号。
> 更多信息:<https://github.com/carloscuesta/gitmoji-cli>。
- 开始提交向导:
`gitmoji --commit`
- 初始化 Git 钩子(这样每次运行 `git commit` 时都会运行 `gitmoji`
`gitmoji --init`
- 移除 Git 钩子:
`gitmoji --remove`
- 列出所有可用的表情符号及其描述:
`gitmoji --list`
- 在表情符号列表中搜索关键词:
`gitmoji --search {{keyword1}} {{keyword2}}`
- 从主仓库更新缓存的表情符号列表:
`gitmoji --update`
- 配置全局偏好设置:
`gitmoji --config`