- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for iter_en_paths_to_translate (0.08 sec)
-
scripts/translate.py
if str(path).startswith(first_dirs_str): continue if path.parent == first_parent: continue yield path def iter_en_paths_to_translate() -> Iterable[Path]: en_docs_root = Path("docs/en/docs/") for path in iter_all_en_paths(): relpath = path.relative_to(en_docs_root) if not str(relpath).startswith(non_translated_sections):
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0)