From 157ab50f9b0302152b0705619146986ca7e9d209 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 14 Aug 2026 20:37:20 +0200 Subject: [PATCH] =?UTF-8?q?i18n=20workflow=20=E2=80=94=20expand=20trigger?= =?UTF-8?q?=20+=20fix=20sk/sv=20Translate=20pivots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-i18n-messages.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-i18n-messages.yml b/.github/workflows/build-i18n-messages.yml index 8617e3e7..7124dd86 100644 --- a/.github/workflows/build-i18n-messages.yml +++ b/.github/workflows/build-i18n-messages.yml @@ -24,7 +24,11 @@ on: push: branches: [develop] paths: - - 'AppImage/messages/en/common.json' + # `**/common.json` catches every locale, not just en/. Needed + # because manual edits to sk/sv (or any curated locale) that + # empty a key so the workflow refills it wouldn't otherwise + # trigger the job when en/ hasn't changed. + - 'AppImage/messages/**/common.json' - '.github/scripts/build_i18n_messages.py' - '.github/workflows/build-i18n-messages.yml' workflow_dispatch: