Yet another Chinese-English translate tool written in Node.
[sudo] npm install ntrans [-g]
$ ntrans chrome
chrome
美音: [krom] 英音: [krəʊm]
翻译:n. 铬,铬合金;铬黄;谷歌浏览器
node-translator
has been refactored with ECMAScript 6 using babeljs.
- Clone the project from github
- Run
npm install
to install dependencies - Run
npm run build
to build package from ES6, or just runnpm run build-watch
The MIT License