Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Jonas Franz f6b7f983a8
Merge pull request #4 from techknowlogick/patch-1
před 4 roky
docker Update manifest.tmpl před 4 roky
responses Adding Download options (#2) před 7 roky
utils Adding Download options (#2) před 7 roky
vendor update plugin to drone 1.0, golang 1.13 & go modules před 4 roky
.dockerignore Adding crowdin plugin před 7 roky
.drone.yml fix drone image name před 4 roky
.gitignore Initial commit před 7 roky
DOCS.md update plugin to drone 1.0, golang 1.13 & go modules před 4 roky
LICENSE Initial commit před 7 roky
README.md Change build status URL před 4 roky
go.mod update plugin to drone 1.0, golang 1.13 & go modules před 4 roky
go.sum update plugin to drone 1.0, golang 1.13 & go modules před 4 roky
logo.svg Adding crowdin plugin před 7 roky
main.go Adding Download options (#2) před 7 roky
plugin.go update plugin to drone 1.0, golang 1.13 & go modules před 4 roky
plugin_test.go Adding Download options (#2) před 7 roky
types.go Improving code documentation by adding comments před 7 roky

README.md

drone-crowdin

Go Doc Go Report Build Status

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.

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 .