Sha256: 52e206b6e2a25cd2bdd2ecabad613b2e8893be316a0b43e3aa4cec617acc7369

Contents?: true

Size: 572 Bytes

Versions: 6

Compression:

Stored size: 572 Bytes

Contents

= Google-Translate -- Client for Google Translate API

= Installing Google-Translate

== Installing the Gem
    $ sudo gem sources -a http://gemcutter.org
    $ 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

6 entries across 6 versions & 1 rubygems

Version Path
google-translate-0.6.9 README
google-translate-0.6.8 README
google-translate-0.6.7 README
google-translate-0.6.6 README
google-translate-0.6.5 README
google-translate-0.6.4 README