Setup crowdin
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Kieran 2023-08-27 17:51:41 +01:00
parent 6479d10d87
commit 8509f08dd6
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 42 additions and 0 deletions

View File

@ -23,3 +23,40 @@ volumes:
- name: cache
claim:
name: docker-cache
---
kind: pipeline
type: kubernetes
name: crowdin
concurrency:
limit: 1
trigger:
branch:
- main
metadata:
namespace: git
steps:
- name: Push/Pull translations
image: node:current-bullseye
volumes:
- name: cache
path: /cache
environment:
YARN_CACHE_FOLDER: /cache/.yarn-translations
TOKEN:
from_secret: gitea
CTOKEN:
from_secret: crowdin
commands:
- git config --global user.email drone@v0l.io
- git config --global user.name "Drone CI"
- git remote set-url origin https://drone:$TOKEN@git.v0l.io/Kieran/stream.git
- yarn install
- npx @crowdin/cli upload sources -b main -T $CTOKEN
- npx @crowdin/cli pull -b main -T $CTOKEN
- git add .
- 'git commit -a -m "chore: Update translations"'
- git push -u origin main
volumes:
- name: cache
claim:
name: docker-cache

5
crowdin.yml Normal file
View File

@ -0,0 +1,5 @@
project_id: 610631
preserve_hierarchy: true
files:
- source: src/lang.json
translation: src/translations/%locale_with_underscore%.json