A tool that translates json files via Google Translate
This application makes use of the Google Translate API, this means you will have to provide your own API token, generated in the Google cloud console.
Once you have it, set it to the following Environment variable so that JSON-translator can find it.
GOOGLE_API_KEY
Windows
go build ; .\JSON-translator.exe
Other
go build && ./JSON-translator
Apache 2