googleTranslate
A simple Google Translate implementation
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install googleTranslate
choosenim install googleTranslate
git clone https://github.com/thisago/googleTranslate
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| googleTranslate | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/thisago/googleTranslate |
|---|---|
| Homepage | https://github.com/thisago/googleTranslate |
| Registry Source | nimble_official |
README
googleTranslate
Google translate free implementation of batchexecute
Usage
import googleTranslate
let translator = initTranslator()
echo translator.single("Hello World!", to = LangPortuguese)
TODO
- [x] Add to nimble
- [ ] Add docs
- [ ] import modules with
from module import procinstead ofimport module - [ ] Installation guide
- [ ] Better usage guide
- [ ] Github actions
License
MIT