Skip to content

a simple language translator using Golang and the Google Translate API

License

Notifications You must be signed in to change notification settings

fizzywhizbang/gotranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotranslate

simple package to translate a word or phrase

Requirements

You'll need a Google cloud API key in key.txt under the cmd directory
or include your own however you like

Instructions

to test you can type under the cmd directory go run . -target=fr -source=en -phrase="eat my shorts"
or
Under the cmd directory
go build -o translate
./translate -target=fr -source=en -phrase="eat my shorts"

or ./translate -langs=true to show all languages and their codes

Enjoy and happy translating

About

a simple language translator using Golang and the Google Translate API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages