- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for list_removable (0.08 seconds)
-
scripts/translate.py
if lang == "en": continue removable_paths = list_removable(lang) all_removable_paths.extend(removable_paths) print(all_removable_paths) return all_removable_paths @app.command() def remove_removable(language: Annotated[str, typer.Option(envvar="LANGUAGE")]) -> None: removable_paths = list_removable(language) for path in removable_paths: path.unlink()
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)