Skip to content

Commit abf7e72

Browse files
snomiaoclaude
andcommitted
trigger: Fix missing subscription.* translations
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 f2aea9c on Nov 1, but the last locale update was on Oct 30 (a189e51). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent ba355b5 commit abf7e72

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/.i18n-trigger

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file is used to trigger the i18n workflow
2+
# See .github/workflows/i18n-update-core.yaml
3+
#
4+
# The workflow will automatically:
5+
# 1. Collect i18n strings from the UI
6+
# 2. Generate translations using OpenAI
7+
# 3. Commit updated locale files
8+
#
9+
# This trigger was created to fix missing subscription.* translations
10+
# that were added after the last automatic locale update.

0 commit comments

Comments
 (0)