remiii / google-translate
Google Translate API calls in ruby
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 27
Language:Ruby
pkg:composer/remiii/google-translate
This package is not auto-updated.
Last update: 2025-10-25 18:34:12 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