Automatic update of translations (#2585)

* Adding build step for uploading translations

* Fixing crowdin project name

* Using crowdin plugin

* Changing secret name

* Adding pull: true
release/v1.3
Jonas Franz 7 years ago committed by Lauris BH
parent 2ef8b8bcbe
commit fa6d7c7b99

@ -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

Loading…
Cancel
Save