Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for iter_all_en_paths (0.35 seconds)

  1. scripts/translate.py

            print(f"Translation failed for {out_path} after {MAX_ATTEMPTS} attempts")
    
        print(f"Saving translation to {out_path}")
        out_path.write_text(out_content, encoding="utf-8", newline="\n")
    
    
    def iter_all_en_paths() -> Iterable[Path]:
        """
        Iterate on the markdown files to translate in order of priority.
        """
        first_dirs = [
            Path("docs/en/docs/learn"),
            Path("docs/en/docs/tutorial"),
    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)
Back to Top