Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for get_translation_banner_content (0.15 seconds)

  1. scripts/mkdocs_hooks.py

        docs_dir_path = Path(docs_dir)
        missing_translation_path = docs_dir_path.parent.parent / "missing-translation.md"
        return missing_translation_path.read_text(encoding="utf-8")
    
    
    @lru_cache
    def get_translation_banner_content(docs_dir: str) -> str:
        docs_dir_path = Path(docs_dir)
        translation_banner_path = docs_dir_path / "translation-banner.md"
        if not translation_banner_path.is_file():
            translation_banner_path = (
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 09:59:14 GMT 2026
    - 6.6K bytes
    - Click Count (0)
Back to Top