Skip to content

Commit b089500

Browse files
authored
🔨 Update translation general prompt to enforce link style in translation matches the original link style (#15148)
1 parent 074dd02 commit b089500

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎scripts/general-llm-prompt.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ Good translation (German) - URL stays like in the English source.
349349
Erstelle eine [Virtuelle Umgebung](../virtual-environments.md){.internal-link target=_blank}
350350
```
351351

352+
**Important**: Always match the link syntax used in the English source document. If the English source uses Markdown-style links (`[text](url)`), the translation must also use Markdown-style links. If the English source uses HTML-style links (`<a href="url">text</a>`), the translation must also use HTML-style links. The link format in the translation must always mirror the link format in the English source.
353+
352354
### HTML abbr elements
353355

354356
Translate HTML abbr elements (`<abbr title="description">text</abbr>`) as follows:

0 commit comments

Comments
 (0)