We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef8b8b commit fa6d7c7Copy full SHA for fa6d7c7
.drone.yml
@@ -207,6 +207,17 @@ pipeline:
207
event: [ push ]
208
branch: [ master ]
209
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
+
221
github:
222
image: plugins/github-release:1
223
pull: true
0 commit comments