浏览代码

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.
Tianyi Cui 2 月之前
父节点
当前提交
d45e470192
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      scripts/translation-pairing.manifest.json

+ 2 - 2
scripts/translation-pairing.manifest.json

@@ -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"
   ]
 }