No description
Find a file
Thiago Navarro 34c3b9ba32
typo
2023-01-03 16:14:01 +00:00
src Clean up, removed debug prints 2023-01-03 16:10:28 +00:00
tests not working 2021-09-17 02:15:15 +00:00
.gitignore not working 2021-09-17 02:15:15 +00:00
googleTranslate.nimble Removed all interrogation marks from comments 2021-02-11 19:40:18 -03:00
licence not working 2021-09-17 02:15:15 +00:00
readme.md typo 2023-01-03 16:14:01 +00:00

googleTranslate

Google translate free implementation of batchexecute

Usage

import googleTranslate

let translator = initTranslator()
echo translator.single("Hello World!", to = LangPortuguese)

TODO

  • Add to nimble
  • Add docs
  • import modules with from module import proc instead of import module
  • Installation guide
  • Better usage guide
  • Github actions

License

MIT