mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
21 lines
499 B
Markdown
21 lines
499 B
Markdown
|
|
||
|
## 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
|
||
|
```
|