Mailspring/examples/N1-Composer-Translate/README.md

12 lines
268 B
Markdown
Raw Normal View History

## Translate
A sample package for N1 that is translates draft text to other languages using the Yandex Translation API.
#### To build documentation (the manual way):
```
cjsx-transform lib/main.cjsx > docs/main.coffee
docco docs/main.coffee
rm docs/main.coffee
```