Skip to content

Commit b368181

Browse files
committed
chore: move glossary
1 parent 7afa48b commit b368181

File tree

18 files changed

+5
-5
lines changed

18 files changed

+5
-5
lines changed

.github/workflows/docs-locale-sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
"packages/web/src/content/docs/*/*.mdx": "allow",
6666
".opencode": "allow",
6767
".opencode/agent": "allow",
68-
".opencode/agent/glossary": "allow",
68+
".opencode/glossary": "allow",
6969
".opencode/agent/translator.md": "allow",
70-
".opencode/agent/glossary/*.md": "allow"
70+
".opencode/glossary/*.md": "allow"
7171
},
7272
"edit": {
7373
"*": "deny",
@@ -76,7 +76,7 @@ jobs:
7676
"glob": {
7777
"*": "deny",
7878
"packages/web/src/content/docs*": "allow",
79-
".opencode/agent/glossary*": "allow"
79+
".opencode/glossary*": "allow"
8080
},
8181
"task": {
8282
"*": "deny",
@@ -90,7 +90,7 @@ jobs:
9090
"read": {
9191
"*": "deny",
9292
".opencode/agent/translator.md": "allow",
93-
".opencode/agent/glossary/*.md": "allow"
93+
".opencode/glossary/*.md": "allow"
9494
}
9595
}
9696
}

.opencode/agent/translator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Requirements:
1313
- Preserve meaning, intent, tone, and formatting (including Markdown/MDX structure).
1414
- Preserve all technical terms and artifacts exactly: product/company names, API names, identifiers, code, commands/flags, file paths, URLs, versions, error messages, config keys/values, and anything inside inline code or code blocks.
1515
- Also preserve every term listed in the Do-Not-Translate glossary below.
16-
- Also apply locale-specific guidance from `.opencode/agent/glossary/<locale>.md` when available (for example, `zh-cn.md`).
16+
- Also apply locale-specific guidance from `.opencode/glossary/<locale>.md` when available (for example, `zh-cn.md`).
1717
- Do not modify fenced code blocks.
1818
- Output ONLY the translation (no commentary).
1919

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)