Skip to content

Commit

Permalink
Merge pull request #367 from alephpi/fix-add-进行-pinyin-to-dict
Browse files Browse the repository at this point in the history
fix: add 进行 pinyin to dict
  • Loading branch information
hotoo committed Jun 2, 2023
2 parents 8ceb480 + 1204640 commit 335890c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/phrases-dict.ts
Expand Up @@ -7466,6 +7466,7 @@ const phrases_dict: Record<string,string[][]> = {
"进给": [["jìn"], ["jǐ"]],
"进港": [["jìn"], ["gǎng"]],
"进化": [["jìn"], ["huà"]],
"进行": [["jìn"], ["xíng"]],
"进见": [["jìn"], ["jiàn"]],
"进剿": [["jìn"], ["jiǎo"]],
"进食": [["jìn"], ["shí"]],
Expand Down

0 comments on commit 335890c

Please sign in to comment.