Automatically update approved translations from crowdin
This commit is contained in:
parent
c3aae638f7
commit
54ada3f06e
1 changed files with 25 additions and 25 deletions
50
.drone.yml
50
.drone.yml
|
@ -564,31 +564,31 @@ trigger:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# - name: download
|
- name: download
|
||||||
# pull: always
|
pull: always
|
||||||
# image: jonasfranz/crowdin
|
image: jonasfranz/crowdin
|
||||||
# settings:
|
settings:
|
||||||
# download: true
|
download: true
|
||||||
# export_dir: src/i18n/lang/
|
export_dir: src/i18n/lang/
|
||||||
# ignore_branch: true
|
ignore_branch: true
|
||||||
# project_identifier: vikunja
|
project_identifier: vikunja
|
||||||
# environment:
|
environment:
|
||||||
# CROWDIN_KEY:
|
CROWDIN_KEY:
|
||||||
# from_secret: crowdin_key
|
from_secret: crowdin_key
|
||||||
#
|
|
||||||
# - name: push
|
- name: push
|
||||||
# pull: always
|
pull: always
|
||||||
# image: appleboy/drone-git-push
|
image: appleboy/drone-git-push
|
||||||
# settings:
|
settings:
|
||||||
# author_email: "frederik@vikunja.io"
|
author_email: "frederik@vikunja.io"
|
||||||
# author_name: Frederick [Bot]
|
author_name: Frederick [Bot]
|
||||||
# branch: main
|
branch: main
|
||||||
# commit: true
|
commit: true
|
||||||
# commit_message: "[skip ci] Updated translations via Crowdin"
|
commit_message: "[skip ci] Updated translations via Crowdin"
|
||||||
# remote: "git@kolaente.dev:9022/vikunja/frontend.git"
|
remote: "git@kolaente.dev:9022/vikunja/frontend.git"
|
||||||
# environment:
|
environment:
|
||||||
# GIT_PUSH_SSH_KEY:
|
GIT_PUSH_SSH_KEY:
|
||||||
# from_secret: git_push_ssh_key
|
from_secret: translation_git_push_ssh_key
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
pull: always
|
pull: always
|
||||||
|
|
Loading…
Reference in a new issue