remiii / google-translate
There is no license information available for the latest version (dev-master) of this package.
Google Translate API calls in ruby
dev-master
2012-11-27 09:48 UTC
This package is not auto-updated.
Last update: 2024-12-21 14:27:33 UTC
README
= Google-Translate -- Client for Google Translate API = Installing Google-Translate == Installing the Gem $ gem install google-translate == Usage translate list - displays the list of supported languages 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