Skip to content

dmitry-ilyashevich/gtranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtranslate

This is a simple module for Google Translate service

Usage:

text = "Привет, Мир!"
GTranslate.detect(text) # => "ru"
GTranslate.translate(text, 'fr') # => "Bonjour, monde!"
GTranslate.tag(text, "_") # => "hello_world"

Copyright

Copyright (c) 2009 Dmitry A. Ilyashevich. See LICENSE for details.

About

Simple Google Translate module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages