From 3d177b0ff109f9165a0f4ac45c5351d533aa1cf0 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:01:12 +0800 Subject: [PATCH] fix: notification i18n review fixes - Add missing tecl_xlk_trend_income i18n entries (zh+en) Co-Authored-By: Claude --- notifications/telegram.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notifications/telegram.py b/notifications/telegram.py index 415b446..2ce7e35 100644 --- a/notifications/telegram.py +++ b/notifications/telegram.py @@ -236,6 +236,7 @@ def _break_telegram_market_symbol_auto_links(value) -> str: "strategy_name_hk_low_vol_dividend_quality_snapshot": "港股低波股息质量快照", "strategy_name_tqqq_growth_income": "TQQQ 增长收益", "strategy_name_soxl_soxx_trend_income": "SOXL/SOXX 半导体趋势收益", + "strategy_name_tecl_xlk_trend_income": "TECL/XLK 科技趋势收益", }, "en": { "rebalance_title": "🔔 【Trade Execution Report】", @@ -448,6 +449,7 @@ def _break_telegram_market_symbol_auto_links(value) -> str: "strategy_name_hk_low_vol_dividend_quality_snapshot": "HK Low-Vol Dividend Quality Snapshot", "strategy_name_tqqq_growth_income": "TQQQ Growth Income", "strategy_name_soxl_soxx_trend_income": "SOXL/SOXX Semiconductor Trend Income", + "strategy_name_tecl_xlk_trend_income": "TECL/XLK Technology Trend Income", }, }