aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 14ab25c55f..b42f067329 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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