Paperfeed / LiuChan

A Chinese mouseover dictionary extension for Chrome
https://paperfeed.github.io/LiuChan
20 stars 11 forks source link

fix incorrect zhuyin - mo corresponds to ㄇㄛ (\u3107\u311b) not ㄇㄨㄛ (\u3107\u3128\u311b) #13

Closed gkovacs closed 5 years ago

gkovacs commented 5 years ago

fix incorrect zhuyin - mo corresponds to ㄇㄛ (\u3107\u311b) not ㄇㄨㄛ (\u3107\u3128\u311b). fixes https://github.com/Paperfeed/LiuChan/issues/12

fix zhuyin for po (should be ㄆㄛ is currently ㄆㄨㄛ). fixes https://github.com/Paperfeed/LiuChan/issues/14

gkovacs commented 5 years ago

I also made this pull request on the branch with Cantonese support as well (which fixes several other bugs and I would love to see that one merged)