Browse Source

Automatic update of translations (#2585)

* Adding build step for uploading translations

* Fixing crowdin project name

* Using crowdin plugin

* Changing secret name

* Adding pull: true
tags/v1.21.12.1
Jonas Franz Lauris BH 8 years ago
parent
commit
fa6d7c7b99
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      .drone.yml

+ 11
- 0
.drone.yml View File

@@ -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


Loading…
Cancel
Save