From cefd50702a5269351fadbf8110628356bd505449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 10 Jan 2026 15:06:37 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20translation=20script=20pat?= =?UTF-8?q?h=20(#14685)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/translate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/translate.py b/scripts/translate.py index ffecfde07..c7e6c7ea1 100644 --- a/scripts/translate.py +++ b/scripts/translate.py @@ -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()