From 46cb89b232f53516a3c569a97a8c7dae1641256c Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 20 Jul 2026 17:38:14 +0200 Subject: [PATCH] Apply correct GH label and fix ordering issue in i18n download --- .github/workflows/translations-download.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translations-download.yaml b/.github/workflows/translations-download.yaml index 6f2c73107..f61a44c59 100644 --- a/.github/workflows/translations-download.yaml +++ b/.github/workflows/translations-download.yaml @@ -40,6 +40,11 @@ jobs: - name: Fix the owner of the downloaded files run: "sudo chown runner:docker -R locales" + # Localazy doesn't write file contents in the same order that i18next-cli's + # extractor uses. We re-run the extractor after downloading to fix the order. + - name: i18n + run: pnpm i18n + - name: Formatting run: pnpm format @@ -53,7 +58,7 @@ jobs: title: Localazy Download commit-message: Translations updates labels: | - T-Task + PR-Task - name: Enable automerge run: gh pr merge --merge --auto "$PR_NUMBER"