Skip to content

This little clojure app uses the Google Translation API to translate text from a base to a target language.

Notifications You must be signed in to change notification settings

bertschneider/clj-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

clj-translator

This little clojure app uses the Google Translation API to translate text from a base to a target language. To do so a simple url call via the Apache HttpClient wrapper is sufficient.

Example

user> (use 'de.herrnorbert.translator)
nil
user> (translate :de :en "Die Gedanken sind frei!")
"The thoughts are free!"
user> (translate :en :de "size")
"Größe"

About

This little clojure app uses the Google Translation API to translate text from a base to a target language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published