Commit 1accc12
committed
Fix broken YAML frontmatter in zh translation
Auto-translation converted the single quotes around a UI label in the
description into nested ASCII double quotes inside the double-quoted
YAML value, breaking frontmatter parsing and failing the Astro content
sync (build-en and all build-locale-full jobs). Mirrored the English
source by using single quotes for the inner label.1 parent 63a9b2b commit 1accc12
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments