https://github.com/oxoyo/translatemd
https://github.com/oxoyo/translatemd
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxoyo/translatemd
- Owner: OXOYO
- Created: 2018-10-26T10:06:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T10:07:30.000Z (over 7 years ago)
- Last Synced: 2025-03-24T11:45:33.360Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```