From 41a1abc63a0fd12a5bfcdf81fe5062349cd27692 Mon Sep 17 00:00:00 2001 From: Genkin Date: Fri, 8 Dec 2023 16:56:32 +0800 Subject: [PATCH] =?UTF-8?q?dict=20add=20word=20=E6=88=B7=20->=20=E6=88=B6?= =?UTF-8?q?=20for=20hk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addition-dictionary/HKPhrasesFinance.txt | 2 ++ dictionary/HKPhrasesFinance.txt | 1 + dictionary/STCharacters.txt | 2 +- opencc_test.go | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/addition-dictionary/HKPhrasesFinance.txt b/addition-dictionary/HKPhrasesFinance.txt index cddce60..5d73542 100644 --- a/addition-dictionary/HKPhrasesFinance.txt +++ b/addition-dictionary/HKPhrasesFinance.txt @@ -1,2 +1,4 @@ 開户 開戶 回覆 回複 +户 戶 + diff --git a/dictionary/HKPhrasesFinance.txt b/dictionary/HKPhrasesFinance.txt index a6c2f37..6760b90 100644 --- a/dictionary/HKPhrasesFinance.txt +++ b/dictionary/HKPhrasesFinance.txt @@ -86,3 +86,4 @@ 開户 開戶 開户 開戶 回覆 回複 +户 戶 diff --git a/dictionary/STCharacters.txt b/dictionary/STCharacters.txt index 54edeaa..410028a 100644 --- a/dictionary/STCharacters.txt +++ b/dictionary/STCharacters.txt @@ -3978,4 +3978,4 @@ 𰾄 鋂 𰾭 鑀 𱊜 𪈼 -厘 厘 +厘 厘 \ No newline at end of file diff --git a/opencc_test.go b/opencc_test.go index 3b1e766..6f0855d 100644 --- a/opencc_test.go +++ b/opencc_test.go @@ -55,6 +55,7 @@ func TestConvert_s2hk_finance(t *testing.T) { "募集資金": "籌集資金", "套利交易": "對沖", "下周开始公开配售": "下週開始公開招股", + "户": "戶", } s2hk, err := New("s2hk-finance")