Skip to content

Commit

Permalink
Fix dict add word 户 -> 戶 for hk (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Genkin <[email protected]>
  • Loading branch information
genkin-he and Genkin committed Dec 11, 2023
1 parent 94bc2f6 commit 98ebb63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions addition-dictionary/HKPhrasesFinance.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
開户 開戶
回覆 回複
户 戶

1 change: 1 addition & 0 deletions dictionary/HKPhrasesFinance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@
開户 開戶
開户 開戶
回覆 回複
户 戶
2 changes: 1 addition & 1 deletion dictionary/STCharacters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3978,4 +3978,4 @@
𰾄 鋂
𰾭 鑀
𱊜 𪈼
厘 厘
厘 厘
1 change: 1 addition & 0 deletions opencc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func TestConvert_s2hk_finance(t *testing.T) {
"募集資金": "籌集資金",
"套利交易": "對沖",
"下周开始公开配售": "下週開始公開招股",
"户": "戶",
}

s2hk, err := New("s2hk-finance")
Expand Down

0 comments on commit 98ebb63

Please sign in to comment.