From 7bf9cd709854909aba33054ec2b2a929495fff3a 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.i18n-trigger b/.github/.i18n-trigger index bcee27611a..7362ec1b97 100644 --- a/.github/.i18n-trigger +++ b/.github/.i18n-trigger @@ -9,4 +9,4 @@ # This trigger was created to fix missing subscription.* translations # that were added after the last automatic locale update. # -# Re-triggering after fixing git commit workflow issue (2025-11-10) +# Re-triggering after rebase to latest main (2026-02-12)