(translation: object)
| 55 | } |
| 56 | |
| 57 | private parseTranslation(translation: object) { |
| 58 | if (translation) { |
| 59 | const pronounce = this.isChinese ? translation[0] : this.word; |
| 60 | this.addResult( translation[0], this.word, translation[0], pronounce ); |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | private parseBasic(basic: any) { |
| 65 | if (basic) { |