fix: retarget the i18n pairing exclusions to the flattened catalog paths

The manifest excluded docs/tool-catalog/ and docs/persistence-catalog/ as
directories; the trailing slash is a deliberate path boundary, so the
flattened single files no longer matched and lost their generated-doc
classification — the gate would have accepted a hand-added .zh.md twin it
must reject. The entries now name the files.
This commit is contained in:
Tianyi Cui
2026-07-07 00:08:55 +08:00
parent 4e2da27201
commit d45e470192
+2 -2
View File
@@ -10,9 +10,9 @@
"docs/AGENTS.md",
"docs/module-graph.md",
"docs/config-catalog.md",
"docs/tool-catalog.md",
"docs/persistence-catalog.md",
"docs/cordis-catalog/",
"docs/tool-catalog/",
"docs/persistence-catalog/",
"docs/i18n/terminology.md"
]
}