Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for list_missing (0.04 sec)

  1. scripts/translate.py

        for removable_path in all_removable:
            removable_path.unlink()
            print(f"Removed: {removable_path}")
        print("Done removing all removable paths")
    
    
    @app.command()
    def list_missing(language: str) -> list[Path]:
        missing_paths: list[Path] = []
        en_lang_paths = list(iter_en_paths_to_translate())
        for path in en_lang_paths:
            lang_path = generate_lang_path(lang=language, path=path)
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
Back to top