Skip to content

Google Translate API, written in Ruby

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENCE
LGPL-3.0
LICENCE.LESSER
Notifications You must be signed in to change notification settings

jamesrose/gtranslate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTranslate Readme

Library that wraps the Google Translate API. Translates a phrase from one language to another.

Usage

Fairly simple to use. See examples.rb for full examples.

Google::Translate.english_to_french( "Hello" ) # => "Bonjour"

You can use language detection too:

Google::Translate.to_english( "Bonjour" ) # => "Hello"

About

Google Translate API, written in Ruby

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENCE
LGPL-3.0
LICENCE.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%