Sha256: 2bdb9ab7b166b13760bd7176e6c00ca0d0c454fb87ae9a550809636b7b02a8d4

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

= Google-Translate -- Client for Google Translate API

= Installing Google-Translate

== Installing the Gem
    $ sudo gem sources -a http://gems.github.com
    $ sudo gem install 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 

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
shvets-google_translate-0.5.5 README
google-translate-0.6.3 README