- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for add_missing (0.06 seconds)
-
scripts/translate.py
translate_page(language=language, en_path=path) print(f"Done updating: {path}") print("Done updating all outdated paths") @app.command() def add_missing( language: Annotated[str, typer.Option(envvar="LANGUAGE")], max: Annotated[int, typer.Option(envvar="MAX")] = 10, ) -> None: missing_paths = list_missing(language) for path in missing_paths[:max]:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:37:41 GMT 2026 - 15.8K bytes - Click Count (0)