docs: add fence language tags in DOCS_TRANSLATIONS.md

Mark the checklist and example output blocks with markdown and text
identifiers for correct rendering.
This commit is contained in:
ViditOstwal
2026-08-07 00:29:16 +05:30
parent 140fdd045c
commit a18c373ac5

View File

@@ -57,7 +57,7 @@ Commit English and locale files together.
## Checklist
```
```markdown
- [ ] Git: listed changed docs/edge/en/*.mdx files
- [ ] ar: updated/created matching files
- [ ] ko: updated/created matching files
@@ -70,7 +70,7 @@ Commit English and locale files together.
`git diff --name-only HEAD -- docs/edge/en/` returns:
```
```text
docs/edge/en/concepts/llms.mdx
```