Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/translator/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const translatorPromptTemplate =
- 例: "# Security" → "# セキュリティ" ("<h1>" の場合はアンカーIDなし)
- 例: "## How to use Angular" → "## Angularの使い方 {{#how-to-use-angular}}"
- 例: "### How to use Angular" → "### Angularの使い方 {{#how-to-use-angular}}"
- 例: "### \`foo.bar\`" → "### \`foo.bar\` {{#foobar}}" (ハイフン以外の記号はすべて削除)
- **英単語の前後にスペースを入れないでください**
- bad: "Angular の使い方"
- good: "Angularの使い方"
Expand Down