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:
parent
2ef8b8bcbe
commit
fa6d7c7b99
11
.drone.yml
11
.drone.yml
|
@ -207,6 +207,17 @@ pipeline:
|
||||||
event: [ push ]
|
event: [ push ]
|
||||||
branch: [ master ]
|
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:
|
github:
|
||||||
image: plugins/github-release:1
|
image: plugins/github-release:1
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Loading…
Reference in New Issue