Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divanvisagie/json-translator
Translates JSON files
https://github.com/divanvisagie/json-translator
go golang translation
Last synced: 5 days ago
JSON representation
Translates JSON files
- Host: GitHub
- URL: https://github.com/divanvisagie/json-translator
- Owner: divanvisagie
- Created: 2017-09-13T15:14:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T06:05:17.000Z (4 months ago)
- Last Synced: 2024-07-10T14:33:17.384Z (4 months ago)
- Topics: go, golang, translation
- Language: Go
- Size: 189 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON-translator
[![Build Status](https://travis-ci.org/divanvisagie/JSON-translator.svg?branch=master)](https://travis-ci.org/divanvisagie/JSON-translator)
[![Build status](https://ci.appveyor.com/api/projects/status/wgnqr47l9f1yurv3/branch/master?svg=true)](https://ci.appveyor.com/project/divanvisagie/json-translator/branch/master)
![Screenshot](docs/images/screenshot.png)
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
```sh
go build ; .\JSON-translator.exe
```Other
```sh
go build && ./JSON-translator
```### License
Apache 2