Skip to content

Commit

Permalink
Fix 恒大 -> 恒大 (No change) again.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 30, 2022
1 parent 8cc536c commit a21e03b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func main() {

## Development Guides

- dictionary - 用来同步 OpenCC 官方的字典,请勿改动,这个文件夹应该是靠命令来生成的。
- dictionary - 请勿修改!这个用来同步 OpenCC 官方的字典,请勿改动,这个文件夹应该是靠命令来生成的。
- addition-dictionary - 用来存放此项目提前修复的字典,执行 `make update:data` 的时候,会把这里的内容补充到 dictionary 里面。

采用 `make update:data` 命令可以从 OpenCC 官方仓库更新词典。
Expand Down
1 change: 1 addition & 0 deletions addition-dictionary/STPhrases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
迴流 回流
公厘 公厘
厘米 厘米
恒大 恒大
1 change: 1 addition & 0 deletions dictionary/STPhrases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49052,3 +49052,4 @@
迴流 回流
公厘 公厘
厘米 厘米
恒大 恒大
1 change: 1 addition & 0 deletions opencc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func TestConvert_s2t(t *testing.T) {
`1 厘 2 厘钱`: `1 厘 2 厘錢`,
`公厘`: `公厘`,
`厘米`: `厘米`,
`恒大`: `恒大`,
}

s2t, err := New("s2t")
Expand Down

0 comments on commit a21e03b

Please sign in to comment.