chore(ci): debug crowdin

This commit is contained in:
kolaente 2025-03-09 09:04:59 +01:00
parent 247b04b9c6
commit 41f9614162
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -1106,11 +1106,11 @@ steps:
- 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
- for file in frontend-*; do mv "$file" "$${file#frontend-}"; done
- cd ../../../..
- mv i18n/lang/*/api-*.json pkg/i18n/lang
- cd pkg/i18n/lang
- for file in api-*; do mv "$file" "${file#api-}"; done
- for file in api-*; do mv "$file" "$${file#api-}"; done
- name: push
pull: always
@ -1220,6 +1220,6 @@ steps:
---
kind: signature
hmac: 105ce46acef13f5d4fd2f65176b875b5aeafeae6301e24e2c03e53635498d5a9
hmac: 7d10cb10dc561200ea0abf2f3db7a84f32349c6fe06a321dfabf4bf2e7449178
...