Skip to content

Commit e46178c

Browse files
CopilotCopilot
andcommitted
Fix YAML quoting in zh-CN unnamed-variables translation
Fix unescaped double quotes inside a double-quoted YAML string in the first whyModernWins entry's desc field. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5b77856 commit e46178c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translations/content/zh-CN/language/unnamed-variables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ explanation: "未命名变量向读者和工具传达一个值被刻意忽略的
77
whyModernWins:
88
- icon: 📢
99
title: 意图清晰
10-
desc: "_ 明确表示"此处不需要这个值"。"
10+
desc: '_ 明确表示"此处不需要这个值"。'
1111
- icon: 🔇
1212
title: 无警告
1313
desc: "IDE 和 linter 不会标记有意未使用的变量。"

0 commit comments

Comments
 (0)