From 7f88528b3af457c764db9c77723550c01783bc65 Mon Sep 17 00:00:00 2001 From: Nezumi-2711 Date: Wed, 22 Jul 2026 15:35:15 +0700 Subject: [PATCH] fix(i18n): clarify highlighted quote heading Use a clearer, more natural Vietnamese heading for highlighted quotes in QQ Official Markdown reports. The unrelated working-tree change in .github/copilot-instructions.md is intentionally excluded. --- src/infrastructure/reporting/qq_official_markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/reporting/qq_official_markdown.py b/src/infrastructure/reporting/qq_official_markdown.py index e61bdcc..3859463 100644 --- a/src/infrastructure/reporting/qq_official_markdown.py +++ b/src/infrastructure/reporting/qq_official_markdown.py @@ -171,7 +171,7 @@ class QQOfficialMarkdownReportGenerator: lines.append(f" > {reason}") lines.append("") - lines.append("## 💬 Câu nói vàng") + lines.append("## 💬 Câu nói ấn tượng") max_golden_quotes = self.config_manager.get_max_golden_quotes() for index, golden_quote in enumerate( stats.golden_quotes[:max_golden_quotes], 1