mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Remove dead getOllamaModelsWithFiltering function (redundant /api/tags call)
- Remove unused OllamaModelsResult interface
- Replace brittle regex-based translateMessage with structured message codes
from the backend (messageCode + messageParams in ExtensionMessage)
- Fix i18n plural keys: convert nested {one, other} objects to standard
i18next _one/_other suffix format across all 18 locale files
- Remove manual plural safeguard in TranslationContext.tsx (root cause fixed)
- Add OllamaConnectionTestResult type with messageCode/messageParams fields
|
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||