Skip to content

Commit

Permalink
Automatic update of translations (#2585)
Browse files Browse the repository at this point in the history
* Adding build step for uploading translations

* Fixing crowdin project name

* Using crowdin plugin

* Changing secret name

* Adding pull: true
  • Loading branch information
jonasfranz authored and lafriks committed Sep 23, 2017
1 parent 2ef8b8b commit fa6d7c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa6d7c7

Please sign in to comment.