I18n CI and small type improvement (#10092)

This commit is contained in:
Félix Malfait
2025-02-09 22:17:54 +01:00
committed by GitHub
parent bb24c97f80
commit f9d7f62ec2
5 changed files with 12 additions and 5 deletions

View File

@ -26,7 +26,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/node-install
- name: Install dependencies
uses: ./.github/workflows/actions/yarn-install
- name: Pull translations from Crowdin
uses: crowdin/github-action@v2

View File

@ -24,7 +24,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/node-install
- name: Install dependencies
uses: ./.github/workflows/actions/yarn-install
- name: Compile translations
id: compile_translations

View File

@ -22,7 +22,8 @@ jobs:
with:
token: ${{ github.token }}
- uses: ./.github/actions/node-install
- name: Install dependencies
uses: ./.github/workflows/actions/yarn-install
- name: Extract translations
run: |