From ac2c28ad2c8dba7be9c1ea1e118accc5929986f5 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 13 Aug 2026 23:52:53 +0200 Subject: [PATCH] Update build-i18n-messages.yml --- .github/workflows/build-i18n-messages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-i18n-messages.yml b/.github/workflows/build-i18n-messages.yml index 27dda6c9..8617e3e7 100644 --- a/.github/workflows/build-i18n-messages.yml +++ b/.github/workflows/build-i18n-messages.yml @@ -83,7 +83,10 @@ jobs: REFRESH_FLAG="--refresh" fi LANGS="${{ github.event.inputs.languages }}" - LANGS="${LANGS:-es,de,fr,it,pt}" + # Keep this fallback in sync with the workflow_dispatch input + # default above AND with DEFAULT_LANGUAGES in the Python script — + # `push` triggers hit this branch (inputs are empty on push). + LANGS="${LANGS:-es,de,fr,it,pt,sk,sv}" python .github/scripts/build_i18n_messages.py \ --source AppImage/messages/en/common.json \ --messages-dir AppImage/messages \