Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for process_one_page (0.17 seconds)

  1. scripts/translation_fixer.py

            relpath = path.relative_to(lang_docs_root)
            if not str(relpath).startswith(non_translated_sections):
                res.append(str(relpath))
        return res
    
    
    def process_one_page(path: Path) -> bool:
        """
        Fix one translated document by comparing it to the English version.
    
        Returns True if processed successfully, False otherwise.
        """
    
        try:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Jan 10 21:48:08 GMT 2026
    - 3.2K bytes
    - Click Count (0)
Back to Top