Skip to content

divanvisagie/json-translator

Repository files navigation

JSON-translator

Build Status

Build status

Screenshot

A tool that translates json files via Google Translate

Installation Requirements

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

Running For Development

Windows

go build ; .\JSON-translator.exe

Other

go build && ./JSON-translator

License

Apache 2