Skip to content

michaelc0n/googletranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

googletranslate

About

Translate source language to another language

Defaults (without passing values)

go run main.go 
Options:
  -s string
        Source lanuguage[en (default "en")
  -st string
        Text to translate
  -t string
        Target language[fr] (default "fr")

Example (translate English to Spanish)

go run main.go -s en -st hello -t es
Hola

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages