An open API service indexing awesome lists of open source software.

https://github.com/oxoyo/translatemd


https://github.com/oxoyo/translatemd

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# translatemd

## example

```
// translate text
tmd -T "hello world" -t zh-cn

// translate file
tmd -F ./example/README.md -t zh-cn

```