mirror of https://github.com/tiangolo/fastapi.git
🐛 Fix translation script path (#14685)
This commit is contained in:
parent
3d1f9268fc
commit
cefd50702a
|
|
@ -25,7 +25,7 @@ non_translated_sections = (
|
|||
"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")
|
||||
|
||||
app = typer.Typer()
|
||||
|
|
|
|||
Loading…
Reference in New Issue