From 26d0aa986a284990037fd77468d398cbb6c4ea09 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Mon, 24 Nov 2025 10:49:50 +0100 Subject: [PATCH] Documentation: Fix fetching of translations. --- tools/build_translations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_translations.py b/tools/build_translations.py index e81f58f04..40bbfafe2 100644 --- a/tools/build_translations.py +++ b/tools/build_translations.py @@ -32,7 +32,7 @@ console = Console() # Config & Constants # --------------------------------------------------------------------------- FTXUI_REPO_URL = "git@github.com:ArthurSonzogni/FTXUI.git" -TRANSLATIONS_REPO_URL = "git@github.com:ArthurSonzogni/ftxui-translations.git" +TRANSLATIONS_REPO_URL = "https://github.com/ArthurSonzogni/ftxui-translations.git" MODEL = "gemini-2.5-flash" # --- FREE TIER LIMITS (Conservative) ---