Skip to content

Commit fa6d7c7

Browse files
jonasfranzlafriks
authored andcommitted
Automatic update of translations (#2585)
* Adding build step for uploading translations * Fixing crowdin project name * Using crowdin plugin * Changing secret name * Adding pull: true
1 parent 2ef8b8b commit fa6d7c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.drone.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,17 @@ pipeline:
207207
event: [ push ]
208208
branch: [ master ]
209209

210+
translations:
211+
image: jonasfranz/crowdin
212+
pull: true
213+
secrets: [ crowdin_key ]
214+
project_identifier: gitea
215+
files:
216+
locale_en-US.ini: options/locale/locale_en-US.ini
217+
when:
218+
event: [ push ]
219+
branch: [ master ]
220+
210221
github:
211222
image: plugins/github-release:1
212223
pull: true

0 commit comments

Comments
 (0)