Skip to content

Commit

Permalink
Fixed pinyin for 便宜, #33
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed May 10, 2015
1 parent deacaca commit bd38517
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/phrases-dict.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ module.exports = {
"便血": [["biàn"], ["xuè"]],
"便宴": [["biàn"], ["yàn"]],
"便衣": [["biàn"], ["yī"]],
"便宜": [["biàn"], ["yí"]],
"便宜": [["pián"], ["yí"]],
"便中": [["biàn"], ["zhōng"]],
"便于": [["biàn"], ["yú"]],
"便装": [["biàn"], ["zhuāng"]],
Expand Down Expand Up @@ -18387,7 +18387,7 @@ module.exports = {
"便辞巧说": [["biàn"], ["cí"], ["qiǎo"], ["shuō"]],
"便携式": [["biàn"], ["xié"], ["shì"]],
"便宜从事": [["biàn"], ["yú"], ["cóng"], ["shì"]],
"便宜货": [["biàn"], ["yí"], ["huò"]],
"便宜货": [["pián"], ["yí"], ["huò"]],
"便宜施行": [["bián"], ["yú"], ["shī"], ["xíng"]],
"便宜行事": [["biàn"], ["yì"], ["xíng"], ["shì"]],
"变动不居": [["biàn"], ["dòng"], ["bù"], ["jū"]],
Expand Down Expand Up @@ -34329,7 +34329,7 @@ module.exports = {
"泰山其颓": [["tài"], ["shān"], ["qí"], ["tuí"]],
"泰山石敢当": [["tài"], ["shān"], ["shí"], ["gǎn"], ["dāng"]],
"泰山压顶": [["tài"], ["shān"], ["yā"], ["dǐng"]],
"贪便宜": [["tān"], ["biàn"], ["yí"]],
"贪便宜": [["tān"], ["pián"], ["yí"]],
"泰山压卵": [["tài"], ["shān"], ["yā"], ["luǎn"]],
"贪财好色": [["tān"], ["cái"], ["hào"], ["sè"]],
"贪得无厌": [["tān"], ["dé"], ["wú"], ["yàn"]],
Expand Down Expand Up @@ -34449,7 +34449,7 @@ module.exports = {
"陶然自得": [["táo"], ["rán"], ["zì"], ["dé"]],
"淘沙得金": [["táo"], ["shā"], ["dé"], ["jīn"]],
"淘沙取金": [["táo"], ["shā"], ["qǔ"], ["jīn"]],
"讨便宜": [["tǎo"], ["biàn"], ["yí"]],
"讨便宜": [["tǎo"], ["pián"], ["yí"]],
"讨恶翦暴": [["tǎo"], ["è"], ["jiǎn"], ["bào"]],
"讨价还价": [["tǎo"], ["jià"], ["huán"], ["jià"]],
"讨类知原": [["tǎo"], ["lèi"], ["zhī"], ["yuán"]],
Expand Down Expand Up @@ -36522,7 +36522,7 @@ module.exports = {
"霄鱼垂化": [["xiāo"], ["yú"], ["chuí"], ["huà"]],
"小把戏": [["xiǎo"], ["bǎ"], ["xì"]],
"小便池": [["xiǎo"], ["biàn"], ["chí"]],
"小便宜": [["xiǎo"], ["biàn"], ["yí"]],
"小便宜": [["xiǎo"], ["pián"], ["yí"]],
"小不点": [["xiǎo"], ["bù"], ["diǎn"]],
"小不点儿": [["xiǎo"], ["bù"], ["diǎn"], ["er"]],
"小不忍则乱大谋": [["xiǎo"], ["bù"], ["rěn"], ["zé"], ["luàn"], ["dà"], ["móu"]],
Expand Down

0 comments on commit bd38517

Please sign in to comment.