Skip to content

fiftymission/hubot-google-translate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-google-translate

Allows Hubot to know many languages using Google Translate

See src/google-translate.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-google-translate --save

Then add hubot-google-translate to your external-scripts.json:

[
  "hubot-google-translate"
]

Sample Interaction

user> hubot translate me bienvenu
hubot> " bienvenu" is Turkish for " Bienvenu "
user> hubot translate me from french into english bienvenu
hubot> The French " bienvenu" translates as " Welcome " in English

About

Allows Hubot to know many languages using Google Translate

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 75.9%
  • JavaScript 16.5%
  • Shell 7.6%