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.
This commit is contained in:
2026-07-22 15:35:15 +07:00
parent 2218e3310e
commit 7f88528b3a
@@ -171,7 +171,7 @@ class QQOfficialMarkdownReportGenerator:
lines.append(f" > {reason}")
lines.append("")
lines.append("## 💬 Câu nói 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