Skip to content

bragi/google_translate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Google-Translate -- Client for Google Translate API

= Installing Google-Translate

== Installing the Gem
    $ sudo gem sources -a http://gems.github.com
    $ sudo gem install shvets-google_translate

== Usage

    translate list                 - displays the list of supported languages
    translate detect "hello world" - detects language of text
    translate en:ru "hello world"  - or
    translate en:ru hello world    - translates from en to ru
    translate ru "hello world"     - or 
    translate ru hello world       - translated from auto-detected language to ru 

About

Client for Google Translate API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 100.0%