- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for EN_PATH (0.03 sec)
-
scripts/translate.py
en_docs_path = Path("docs/en/docs") assert str(en_path).startswith(str(en_docs_path)), ( f"Path must be inside {en_docs_path}" ) out_path = generate_lang_path(lang=language, path=en_path) out_path.parent.mkdir(parents=True, exist_ok=True) original_content = en_path.read_text(encoding="utf-8") old_translation: str | None = None if out_path.exists():Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0) -
.github/workflows/translate.yml
env: GITHUB_TOKEN: ${{ secrets.FASTAPI_TRANSLATIONS }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} LANGUAGE: ${{ matrix.lang }} EN_PATH: ${{ github.event.inputs.en_path }}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:48:45 UTC 2025 - 3.6K bytes - Viewed (0)