A Clojure library designed to translate text from one language to another using various web APIs.
Initially only Google Translate v2 API is implemented.
[translate "0.3.2"]
user=> (use 'translate.google)
nil
user=> (translate "Hello" {:key "your google translate key"
:source "en"
:target "es"})
"¡Hola"
If you need to get API key for Google Translate API you should visit Google API console.
We love contributions. Please submit your pull requests.
Copyright © 2013-2015 Hashobject Ltd ([email protected]).
Distributed under the Eclipse Public License.