diff --git a/.drone.yml b/.drone.yml index 14ab25c55..b42f06732 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