Browse Source

🐛 Fix translation script path

pull/14685/head
Sebastián Ramírez 6 months ago
parent
commit
983c896b75
  1. 2
      scripts/translate.py

2
scripts/translate.py

@ -25,7 +25,7 @@ non_translated_sections = (
"contributing.md", "contributing.md",
) )
general_prompt_path = Path(__file__).absolute().parent / "llm-general-prompt.md" general_prompt_path = Path(__file__).absolute().parent / "general-llm-prompt.md"
general_prompt = general_prompt_path.read_text(encoding="utf-8") general_prompt = general_prompt_path.read_text(encoding="utf-8")
app = typer.Typer() app = typer.Typer()

Loading…
Cancel
Save