chore(ci): debug crowdin

This commit is contained in:
kolaente 2025-03-09 08:59:47 +01:00
parent 9fc6cdd076
commit 1e48f282ac
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 1 deletions

View File

@ -1071,6 +1071,7 @@ trigger:
event:
include:
- cron
- push
cron:
- update_translations
@ -1092,8 +1093,10 @@ steps:
depends_on:
- download
commands:
- ls -lah i18n/lang
- mv i18n/lang/*/frontend-*.json frontend/src/i18n/lang
- cd frontend/src/i18n/lang
- ls -lah
- for file in frontend-*; do mv "$file" "${file#frontend-}"; done
- cd ../../../..
- mv i18n/lang/*/api-*.json pkg/i18n/lang
@ -1208,6 +1211,6 @@ steps:
---
kind: signature
hmac: 43e10a9537190af3e753d44cf7bfdb4080af9e2fc8306381b7195c676571e6b3
hmac: 97793eda1e6c971943f59df9754cf15348ccd85c4850966031f7dcba926d1c14
...