We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77620b7 commit 49febeaCopy full SHA for 49febea
TRANSLATING.md
@@ -289,13 +289,13 @@ For maintainers with `ANTHROPIC_API_KEY` access:
289
```bash
290
cd _scripts
291
292
-# Check what's missing
293
-uv run translate.py list-missing pt
+# Preview what needs translating
+uv run translate.py sync pt --dry-run
294
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
+# Translate one file at a time
+uv run translate.py translate nf4_science/index.md --lang pt
297
298
-# Or translate all missing files for a language
+# Or sync all (update outdated + add missing + remove orphaned)
299
uv run translate.py sync pt
300
```
301
0 commit comments