ci: Properly implement Crowdin strings processing

This commit is contained in:
oSumAtrIX
2026-01-22 14:01:11 +01:00
parent e8d58ca9af
commit eeb133325e
3 changed files with 97 additions and 62 deletions

View File

@@ -16,10 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Preprocess strings
- name: Process strings
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew clean preprocessCrowdinStrings
run: ./gradlew processStringsForCrowdin
- name: Push strings
uses: crowdin/github-action@v2