https://github.com/jonasfranz/drone-crowdin
Drone plugin for updating crowdin translations
https://github.com/jonasfranz/drone-crowdin
crowdin drone drone-plugin
Last synced: 3 months ago
JSON representation
Drone plugin for updating crowdin translations
- Host: GitHub
- URL: https://github.com/jonasfranz/drone-crowdin
- Owner: jonasfranz
- License: mit
- Created: 2017-09-23T08:48:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T06:48:35.000Z (almost 6 years ago)
- Last Synced: 2025-07-13T15:42:34.753Z (4 months ago)
- Topics: crowdin, drone, drone-plugin
- Language: Go
- Size: 1.04 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drone-crowdin
[](http://godoc.org/github.com//JonasFranzDEV/drone-crowdin)
[](https://goreportcard.com/report/github.com//JonasFranzDEV/drone-crowdin)
[](https://cloud.drone.io/jonasfranz/drone-crowdin)
[](https://microbadger.com/images/jonasfranz/crowdin "Get your own image badge on microbadger.com")
Drone plugin to update translation files at Crowdin. For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).
## Build
Build the binary with the following commands:
```
go build
```
## Docker
Build the Docker image with the following commands:
```
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-crowdin
docker build --rm -t jonasfranz/crowdin .
```