Automatic update of translations (#2585)

* Adding build step for uploading translations

* Fixing crowdin project name

* Using crowdin plugin

* Changing secret name

* Adding pull: true
This commit is contained in:
Jonas Franz 2017-09-23 18:08:42 +02:00 committed by Lauris BH
parent 2ef8b8bcbe
commit fa6d7c7b99
1 changed files with 11 additions and 0 deletions

View File

@ -207,6 +207,17 @@ pipeline:
event: [ push ]
branch: [ master ]
translations:
image: jonasfranz/crowdin
pull: true
secrets: [ crowdin_key ]
project_identifier: gitea
files:
locale_en-US.ini: options/locale/locale_en-US.ini
when:
event: [ push ]
branch: [ master ]
github:
image: plugins/github-release:1
pull: true