- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for update_outdated (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
scripts/translate.py
].committed_datetime if lang_commit_datetime < en_commit_datetime: outdated_paths.append(path) print(outdated_paths) return outdated_paths @app.command() def update_outdated( language: Annotated[str, typer.Option(envvar="LANGUAGE")], max: Annotated[int, typer.Option(envvar="MAX")] = 10, ) -> None: outdated_paths = list_outdated(language) for path in outdated_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)