fix(zh-hans): fix translation of "說" word

Convert traditional Chinese to simplified Chinese, "說" is a traditional Chinese word. The word should be changed to "说".
This commit is contained in:
Ber 2024-10-22 19:55:43 +08:00 committed by GitHub
parent 838e59c70e
commit e475c0758d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co
feat!: send an email to the customer when a product is shipped
```
### 包含了范围和破坏性变更 `!` 的提交
### 包含了范围和破坏性变更 `!` 的提交
```
feat(api)!: send an email to the customer when a product is shipped
```