Mailspring/internal_packages/composer-translate/README.md

21 lines
499 B
Markdown
Raw Normal View History

## Translate
A package for N1 that translates draft text into other languages using the Yandex Translation API.
<img src="https://raw.githubusercontent.com/nylas/N1/master/internal_packages/composer-translate/examples-screencap-translate.png"/>
#### Enable this plugin
1. Download and run N1
2. Navigate to Preferences > Plugins and click "Enable" beside the plugin.
#### Build documentation
```
cjsx-transform lib/main.cjsx > docs/main.coffee
docco docs/main.coffee
rm docs/main.coffee
```