Skip to content

Commit 49febea

Browse files
committed
Fix outdated CLI example in TRANSLATING.md
1 parent 77620b7 commit 49febea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

TRANSLATING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,13 @@ For maintainers with `ANTHROPIC_API_KEY` access:
289289
```bash
290290
cd _scripts
291291

292-
# Check what's missing
293-
uv run translate.py list-missing pt
292+
# Preview what needs translating
293+
uv run translate.py sync pt --dry-run
294294

295-
# Translate one file at a time (recommended for large files)
296-
uv run translate.py translate docs/en/docs/nf4_science/index.md --lang pt
295+
# Translate one file at a time
296+
uv run translate.py translate nf4_science/index.md --lang pt
297297

298-
# Or translate all missing files for a language
298+
# Or sync all (update outdated + add missing + remove orphaned)
299299
uv run translate.py sync pt
300300
```
301301

0 commit comments

Comments
 (0)