From c91e54a5489becf322e1e76fbda903f41c398df0 Mon Sep 17 00:00:00 2001 From: Vilas Date: Thu, 20 Aug 2026 23:22:58 +0530 Subject: [PATCH] fix: add Ollama model translations --- src/i18n/locales/en/translation.json | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index b0b7559d..edbba092 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -1013,6 +1013,10 @@ "hint": "Le Chat · Codestral · European AI leader", "keySetupNote": "Free tier with generous limits — no credit card needed" }, + "ollama": { + "hint": "Local · Free", + "keySetupNote": "No API key required — runs locally" + }, "custom": { "hint": "Any OpenAI-compatible endpoint" } @@ -1181,6 +1185,38 @@ "category": "Reasoning" } }, + "ollama": { + "llama3.2": { + "label": "Llama 3.2", + "hint": "General-purpose local model", + "category": "General", + "badge": "New" + }, + "llama3.1": { + "label": "Llama 3.1", + "hint": "General-purpose local model", + "category": "General", + "badge": "Default" + }, + "qwen2.5-coder": { + "label": "Qwen 2.5 Coder", + "hint": "Coding-focused local model", + "category": "Coding", + "badge": "Default" + }, + "mistral": { + "label": "Mistral", + "hint": "General-purpose local model", + "category": "General", + "badge": "Default" + }, + "gemma3": { + "label": "Gemma 3", + "hint": "Lightweight local model", + "category": "Speed", + "badge": "Default" + } + }, "mistral": { "mistral-small-latest": { "label": "Mistral Small",