From 02f8ce22a5382f93a5b6e95b7dad174e816a2cbf Mon Sep 17 00:00:00 2001 From: snomiao Date: Mon, 10 Nov 2025 09:29:25 +0000 Subject: [PATCH] trigger: Fix missing subscription.* translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit triggers the i18n workflow to generate missing translations for subscription.* keys that were added after the last locale update. The subscription.titleUnsubscribed key was added in f2aea9c82 on Nov 1, but the last locale update was on Oct 30 (a189e519f). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/.i18n-trigger | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/.i18n-trigger diff --git a/.github/.i18n-trigger b/.github/.i18n-trigger new file mode 100644 index 000000000..e28684cf8 --- /dev/null +++ b/.github/.i18n-trigger @@ -0,0 +1,10 @@ +# This file is used to trigger the i18n workflow +# See .github/workflows/i18n-update-core.yaml +# +# The workflow will automatically: +# 1. Collect i18n strings from the UI +# 2. Generate translations using OpenAI +# 3. Commit updated locale files +# +# This trigger was created to fix missing subscription.* translations +# that were added after the last automatic locale update.