mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 17:17:56 +08:00
12 lines
No EOL
268 B
Markdown
12 lines
No EOL
268 B
Markdown
|
|
## 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
|
|
``` |