2 Commits

Author SHA1 Message Date
ArthurSonzogni
a1df432245 Fix fetching of translations.
Some checks failed
Build / Bazel, cl, windows-latest (push) Has been cancelled
Build / Bazel, clang++, macos-latest (push) Has been cancelled
Build / Bazel, clang++, ubuntu-latest (push) Has been cancelled
Build / Bazel, g++, macos-latest (push) Has been cancelled
Build / Bazel, g++, ubuntu-latest (push) Has been cancelled
Build / CMake, cl, windows-latest (push) Has been cancelled
Build / CMake, gcc, ubuntu-latest (push) Has been cancelled
Build / CMake, llvm, ubuntu-latest (push) Has been cancelled
Build / CMake, llvm, macos-latest (push) Has been cancelled
Build / Test modules (llvm, ubuntu-latest) (push) Has been cancelled
Documentation / documentation (push) Has been cancelled
2025-11-24 11:19:35 +01:00
ArthurSonzogni
26d0aa986a Documentation: Fix fetching of translations. 2025-11-24 10:49:50 +01:00

View File

@@ -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) ---
@@ -58,6 +58,8 @@ LANG_NAMES = {
"fr": "French",
"it": "Italian",
"zh-CN": "Simplified Chinese",
"zh-TW": "Traditional Chinese",
"zh-HK": "Hong Kong Chinese",
"ja": "Japanese",
"es": "Spanish",
"pt": "Portuguese",