mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-16 01:48:56 +08:00
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
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
This commit is contained in:
@@ -10,7 +10,7 @@ from typing import List, Dict
|
|||||||
|
|
||||||
# --- Configuration ---
|
# --- Configuration ---
|
||||||
# URL for the translations repository. This is where other language branches reside.
|
# URL for the translations repository. This is where other language branches reside.
|
||||||
TRANSLATIONS_REPO_URL = "git@github.com:ArthurSonzogni/ftxui-translations.git"
|
TRANSLATIONS_REPO_URL = "https://github.com/ArthurSonzogni/ftxui-translations"
|
||||||
# --- End Configuration ---
|
# --- End Configuration ---
|
||||||
|
|
||||||
# Mapping of language codes to their display names for the dropdown menu.
|
# Mapping of language codes to their display names for the dropdown menu.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ console = Console()
|
|||||||
# Config & Constants
|
# Config & Constants
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
FTXUI_REPO_URL = "git@github.com:ArthurSonzogni/FTXUI.git"
|
FTXUI_REPO_URL = "git@github.com:ArthurSonzogni/FTXUI.git"
|
||||||
TRANSLATIONS_REPO_URL = "https://github.com/ArthurSonzogni/ftxui-translations.git"
|
TRANSLATIONS_REPO_URL = "git@github.com:ArthurSonzogni/ftxui-translations.git"
|
||||||
MODEL = "gemini-2.5-flash"
|
MODEL = "gemini-2.5-flash"
|
||||||
|
|
||||||
# --- FREE TIER LIMITS (Conservative) ---
|
# --- FREE TIER LIMITS (Conservative) ---
|
||||||
|
|||||||
Reference in New Issue
Block a user